From: Dr. Stephen Henson Date: Fri, 21 Dec 2001 00:48:45 +0000 (+0000) Subject: Add missing ERR_LIB_COMP #define X-Git-Tag: OpenSSL_0_9_6c~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=069eb9460783096808dea028ba484a311c889020;p=oweals%2Fopenssl.git Add missing ERR_LIB_COMP #define --- diff --git a/crypto/err/err.h b/crypto/err/err.h index 2c3d39c68c..9c726d8bd4 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -132,6 +132,7 @@ typedef struct err_state_st #define ERR_LIB_PKCS12 35 #define ERR_LIB_RAND 36 #define ERR_LIB_DSO 37 +#define ERR_LIB_COMP 38 #define ERR_LIB_USER 128