]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/ssl3.h
GOST2012 TLS ClientCertificateType Identifiers support
[thirdparty/openssl.git] / include / openssl / ssl3.h
index efef3ccfeb6d317b221a898f466c811db7a8f25a..261545f23f7e820271c751df33e46968fcaec5a9 100644 (file)
@@ -270,7 +270,7 @@ extern "C" {
  * SSL3_CT_NUMBER is used to size arrays and it must be large enough to
  * contain all of the cert types defined for *either* SSLv3 and TLSv1.
  */
-# define SSL3_CT_NUMBER                  10
+# define SSL3_CT_NUMBER                  12
 
 # if defined(TLS_CT_NUMBER)
 #  if TLS_CT_NUMBER != SSL3_CT_NUMBER