aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-12-21 00:48:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-12-21 00:48:45 +0000
commit069eb9460783096808dea028ba484a311c889020 (patch)
tree2085fcd9e6b69f223b93870b56aa3a55cd85521e
parent5dfaf1c437f4ca607fb4ae62764b3236fa3e3530 (diff)
downloadopenssl-069eb9460783096808dea028ba484a311c889020.tar.gz
Add missing ERR_LIB_COMP #define
-rw-r--r--crypto/err/err.h1
1 files changed, 1 insertions, 0 deletions
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