From: Richard Levitte Date: Fri, 21 Dec 2001 01:09:34 +0000 (+0000) Subject: Better use the same number in all branches, to avoid confusion X-Git-Tag: OpenSSL-engine-0_9_6c~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb3af5c81327dcb81408c4aa06cfe391906e7712;p=oweals%2Fopenssl.git Better use the same number in all branches, to avoid confusion --- diff --git a/crypto/err/err.h b/crypto/err/err.h index 7388a4a937..f13d1df780 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -133,6 +133,7 @@ typedef struct err_state_st #define ERR_LIB_RAND 36 #define ERR_LIB_DSO 37 #define ERR_LIB_ENGINE 38 +#define ERR_LIB_COMP 41 #define ERR_LIB_USER 128