projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc79f06
)
Don't forget to load the CT error strings
author
Richard Levitte
<levitte@openssl.org>
Mon, 19 Oct 2015 03:24:16 +0000
(
05:24
+0200)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/crypto/err/err_all.c
b/crypto/err/err_all.c
index b844167f94302f04e62bb951697c300f3777e406..d9a2a576824c453e4d11eb047d5dd368e4e5e753 100644
(file)
--- a/
crypto/err/err_all.c
+++ b/
crypto/err/err_all.c
@@
-105,6
+105,7
@@
#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
}