Don't forget to load the CT error strings
authorRichard Levitte <levitte@openssl.org>
Mon, 19 Oct 2015 03:24:16 +0000 (05:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 21 Oct 2015 21:57:29 +0000 (23:57 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/err/err_all.c

index b844167f94302f04e62bb951697c300f3777e406..d9a2a576824c453e4d11eb047d5dd368e4e5e753 100644 (file)
 #ifndef OPENSSL_NO_JPAKE
 # include <openssl/jpake.h>
 #endif
+#include <internal/ct_int.h>
 
 void ERR_load_crypto_strings(void)
 {
@@ -161,5 +162,8 @@ void ERR_load_crypto_strings(void)
 # ifndef OPENSSL_NO_JPAKE
     ERR_load_JPAKE_strings();
 # endif
+# ifndef OPENSSL_NO_CT
+    ERR_load_CT_strings();
+# endif
 #endif
 }