From 069eb9460783096808dea028ba484a311c889020 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 21 Dec 2001 00:48:45 +0000 Subject: [PATCH] Add missing ERR_LIB_COMP #define --- crypto/err/err.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1