projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add COMP error strings.
[openssl.git]
/
crypto
/
err
/
err_all.c
diff --git
a/crypto/err/err_all.c
b/crypto/err/err_all.c
index
8cc9b80
..
fc049e8
100644
(file)
--- a/
crypto/err/err_all.c
+++ b/
crypto/err/err_all.c
@@
-102,6
+102,7
@@
#ifndef OPENSSL_NO_JPAKE
#include <openssl/jpake.h>
#endif
+#include <openssl/comp.h>
void ERR_load_crypto_strings(void)
{
@@
-154,5
+155,6
@@
void ERR_load_crypto_strings(void)
#ifndef OPENSSL_NO_JPAKE
ERR_load_JPAKE_strings();
#endif
+ ERR_load_COMP_strings();
#endif
}