diff options
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, |