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:
52828ca
)
Add COMP error strings.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 9 Aug 2009 14:58:05 +0000
(14:58 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 9 Aug 2009 14:58:05 +0000
(14:58 +0000)
crypto/err/err_all.c
patch
|
blob
|
history
diff --git
a/crypto/err/err_all.c
b/crypto/err/err_all.c
index 8cc9b806e04906262301d9b360a08a54d08ef08d..fc049e8e88bcaf4a0feb7176f57c1953a2232fa6 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
}