diff options
Diffstat (limited to 'src/lib/libcrypto/conf/conf_local.h')
-rw-r--r-- | src/lib/libcrypto/conf/conf_local.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/conf/conf_local.h b/src/lib/libcrypto/conf/conf_local.h index 2933240c8e..d7255e1a0c 100644 --- a/src/lib/libcrypto/conf/conf_local.h +++ b/src/lib/libcrypto/conf/conf_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: conf_local.h,v 1.6 2024/08/31 09:53:02 tb Exp $ */ | 1 | /* $OpenBSD: conf_local.h,v 1.7 2024/08/31 09:54:31 tb 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 | * |
@@ -106,6 +106,8 @@ char *_CONF_get_string(const CONF *conf, const char *section, | |||
106 | int _CONF_new_data(CONF *conf); | 106 | int _CONF_new_data(CONF *conf); |
107 | void _CONF_free_data(CONF *conf); | 107 | void _CONF_free_data(CONF *conf); |
108 | 108 | ||
109 | void OPENSSL_load_builtin_modules(void); | ||
110 | |||
109 | __END_HIDDEN_DECLS | 111 | __END_HIDDEN_DECLS |
110 | 112 | ||
111 | #endif /* HEADER_CONF_LOCAL_H */ | 113 | #endif /* HEADER_CONF_LOCAL_H */ |