summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/conf/conf.h')
-rw-r--r--src/lib/libcrypto/conf/conf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf.h b/src/lib/libcrypto/conf/conf.h
index 095066d31b..bea6a87197 100644
--- a/src/lib/libcrypto/conf/conf.h
+++ b/src/lib/libcrypto/conf/conf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: conf.h,v 1.14 2015/02/07 13:19:15 doug Exp $ */ 1/* $OpenBSD: conf.h,v 1.15 2020/02/17 12:51:48 inoguchi Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -241,6 +241,7 @@ void ERR_load_CONF_strings(void);
241#define CONF_R_NO_VALUE 108 241#define CONF_R_NO_VALUE 108
242#define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103 242#define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
243#define CONF_R_UNKNOWN_MODULE_NAME 113 243#define CONF_R_UNKNOWN_MODULE_NAME 113
244#define CONF_R_VARIABLE_EXPANSION_TOO_LONG 116
244#define CONF_R_VARIABLE_HAS_NO_VALUE 104 245#define CONF_R_VARIABLE_HAS_NO_VALUE 104
245 246
246#ifdef __cplusplus 247#ifdef __cplusplus