diff options
author | Jack Lloyd <[email protected]> | 2018-07-02 09:40:45 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-07-02 09:41:07 -0400 |
commit | 9887592248e59354eac532913a9b3f5d740979c8 (patch) | |
tree | 7870413fb51ae5c66174bc0f45e3e9b6b43e2211 /src/lib/tls | |
parent | 1c9e85ccdc2a59e326df0c6a5a01b2fb44ebd28c (diff) |
Correct Doxygen errors
Diffstat (limited to 'src/lib/tls')
-rw-r--r-- | src/lib/tls/tls_callbacks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tls/tls_callbacks.h b/src/lib/tls/tls_callbacks.h index 1e0aca9a9..b35cf0051 100644 --- a/src/lib/tls/tls_callbacks.h +++ b/src/lib/tls/tls_callbacks.h @@ -340,11 +340,11 @@ class BOTAN_PUBLIC_API(2,0) Compat_Callbacks final : public Callbacks typedef std::function<std::string (std::vector<std::string>)> next_protocol_fn; /** - * @param output_fn is called with data for the outbound socket + * @param data_output_fn is called with data for the outbound socket * * @param app_data_cb is called when new application data is received * - * @param alert_cb is called when a TLS alert is received + * @param recv_alert_cb is called when a TLS alert is received * * @param hs_cb is called when a handshake is completed * |