diff options
author | Jack Lloyd <[email protected]> | 2016-11-26 20:44:51 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-26 20:44:51 -0500 |
commit | 9f28af95363cffa33e1745cc94814f86e937edce (patch) | |
tree | 956986592b3c8233891c466b2714bcc483078193 /src | |
parent | 0760582e79851bedffd19f4c53f06c419f71af40 (diff) |
No reason to deprecate this (only internally called) constructor
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/tls/tls_channel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/tls/tls_channel.h b/src/lib/tls/tls_channel.h index 2f4793211..110269e80 100644 --- a/src/lib/tls/tls_channel.h +++ b/src/lib/tls/tls_channel.h @@ -71,8 +71,9 @@ class BOTAN_DLL Channel /** * DEPRECATED. This constructor is only provided for backward * compatibility and should not be used in new implementations. + * (Not marked deprecated since it is only called internally, by + * other deprecated constructors) */ - BOTAN_DEPRECATED("Use TLS::Channel(TLS::Callbacks ...)") Channel(output_fn out, data_cb app_data_cb, alert_cb alert_cb, |