Move the SCT List extension parser into libssl.
[openssl.git] / ssl / ssl.h
index 7d40f562b798060131ab92866da81735548ec090..303e28c167e4db37df7130b975c5004f4a93b580 100644 (file)
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -2554,6 +2554,9 @@ void SSL_trace(int write_p, int version, int content_type,
 const char *SSL_CIPHER_standard_name(const SSL_CIPHER *c);
 #endif
 
+/* RFC6962 Signed Certificate Timestamp List X.509 extension parser */
+int X509V3_EXT_add_rfc6962(void);
+
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.