Commit dc0aebab authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Add COMP error strings.

parent 52828ca2
Loading
Loading
Loading
Loading
+2 −0
Changes for crypto/err/err_all.c: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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
	}