ssl: minor fix

This commit is contained in:
yellows8 2023-03-09 23:15:22 -05:00
parent f64d2059c4
commit 3332ee2f6f
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -179,7 +179,7 @@ typedef enum {
/// PrivateOptionType
typedef enum {
SslPrivateOptionType_DtlsSession = 1, ///< \ref sslConnectionSetSessionCacheMode will throw an error if the input ::SslSessionCacheMode is non-zero and this option flag is set.
SslPrivateOptionType_DtlsSession = 1, ///< \ref sslConnectionSetSessionCacheMode will throw an error if the input ::SslSessionCacheMode is non-zero and this option flag is set.
} SslPrivateOptionType;
/// AlpnProtoState