mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
ssl: minor fix
This commit is contained in:
parent
f64d2059c4
commit
3332ee2f6f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user