summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-12-21 01:09:07 +0000
committerRichard Levitte <levitte@openssl.org>2001-12-21 01:09:07 +0000
commitb1b62e7976dc3de80e5759dfb572fa4a57e4f7a5 (patch)
treee59e684138f421fd676f201326874ce8f684de16
parent069eb9460783096808dea028ba484a311c889020 (diff)
Better use the same number in all branches, to avoid confusion
-rw-r--r--crypto/err/err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/err.h b/crypto/err/err.h
index 9c726d8bd4..ef5145f915 100644
--- a/crypto/err/err.h
+++ b/crypto/err/err.h
@@ -132,7 +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_COMP 41
#define ERR_LIB_USER 128