From fb3af5c81327dcb81408c4aa06cfe391906e7712 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 21 Dec 2001 01:09:34 +0000 Subject: [PATCH] Better use the same number in all branches, to avoid confusion --- crypto/err/err.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1