diff options
author | tb <> | 2024-08-31 09:54:31 +0000 |
---|---|---|
committer | tb <> | 2024-08-31 09:54:31 +0000 |
commit | dd1c0533fa84d7ee8bbf2e4d256d3225e2057fe0 (patch) | |
tree | 49ad5cdf039b322393da0038abb0efc6bb07782e /src/lib/libcrypto/conf/conf_local.h | |
parent | 144b36fd43addcc9c23fdb5b703325339d0b1293 (diff) | |
download | openbsd-dd1c0533fa84d7ee8bbf2e4d256d3225e2057fe0.tar.gz openbsd-dd1c0533fa84d7ee8bbf2e4d256d3225e2057fe0.tar.bz2 openbsd-dd1c0533fa84d7ee8bbf2e4d256d3225e2057fe0.zip |
Remove OPENSSL_load_builtin_modules
This became obsolete with the automatic library initialization. Now it
is time for it to become an internal API.
ok beck jsing
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 */ |