Add COMP error strings.
This commit is contained in:
parent
52828ca214
commit
dc0aebabe6
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@
|
||||||
#ifndef OPENSSL_NO_JPAKE
|
#ifndef OPENSSL_NO_JPAKE
|
||||||
#include <openssl/jpake.h>
|
#include <openssl/jpake.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <openssl/comp.h>
|
||||||
|
|
||||||
void ERR_load_crypto_strings(void)
|
void ERR_load_crypto_strings(void)
|
||||||
{
|
{
|
||||||
|
@ -154,5 +155,6 @@ void ERR_load_crypto_strings(void)
|
||||||
#ifndef OPENSSL_NO_JPAKE
|
#ifndef OPENSSL_NO_JPAKE
|
||||||
ERR_load_JPAKE_strings();
|
ERR_load_JPAKE_strings();
|
||||||
#endif
|
#endif
|
||||||
|
ERR_load_COMP_strings();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue