CPP: Fix typo.

This commit is contained in:
Geoffrey White
2019-10-18 14:47:21 +01:00
parent 411f74db70
commit 446763d331

View File

@@ -1,7 +1,7 @@
#define SSL_OP_ALL 0x80000BFFU
#define SSL_OP_NO_SSLv2 0
#define SSL_OP_NO_SSLV3 0x02000000U
#define SSL_OP_NO_SSLv3 0x02000000U
#define SSL_OP_NO_TLSv1 0x04000000U
#define SSL_OP_NO_TLSv1_1 0x10000000U
#define SSL_OP_NO_TLSv1_2 0x08000000U