From 68809d3969e845c5219dc9e9448661d9e1d86350 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 21 Dec 2001 01:08:40 +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 e8c7f6625f..2b3c80f5ff 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -130,6 +130,7 @@ typedef struct err_state_st #define ERR_LIB_ENGINE 38 #define ERR_LIB_OCSP 39 #define ERR_LIB_UI 40 +#define ERR_LIB_COMP 41 #define ERR_LIB_USER 128 -- 2.34.1