mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
ssl: minor fix
This commit is contained in:
parent
f64d2059c4
commit
3332ee2f6f
@ -179,7 +179,7 @@ typedef enum {
|
|||||||
|
|
||||||
/// PrivateOptionType
|
/// PrivateOptionType
|
||||||
typedef enum {
|
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;
|
} SslPrivateOptionType;
|
||||||
|
|
||||||
/// AlpnProtoState
|
/// AlpnProtoState
|
||||||
|
Loading…
Reference in New Issue
Block a user