summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl
diff options
context:
space:
mode:
authortb <>2024-08-31 09:54:31 +0000
committertb <>2024-08-31 09:54:31 +0000
commitc43a1080cccb2056d64258ef7ca94968f861e9a1 (patch)
tree49ad5cdf039b322393da0038abb0efc6bb07782e /src/lib/libcrypto/hidden/openssl
parent8009530250a9c798e9955d639c0ef72bbab8caf8 (diff)
downloadopenbsd-c43a1080cccb2056d64258ef7ca94968f861e9a1.tar.gz
openbsd-c43a1080cccb2056d64258ef7ca94968f861e9a1.tar.bz2
openbsd-c43a1080cccb2056d64258ef7ca94968f861e9a1.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/hidden/openssl')
-rw-r--r--src/lib/libcrypto/hidden/openssl/conf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/conf.h b/src/lib/libcrypto/hidden/openssl/conf.h
index 29b49e920d..f3780985b8 100644
--- a/src/lib/libcrypto/hidden/openssl/conf.h
+++ b/src/lib/libcrypto/hidden/openssl/conf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: conf.h,v 1.8 2024/08/31 09:53:02 tb Exp $ */ 1/* $OpenBSD: conf.h,v 1.9 2024/08/31 09:54:31 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2024 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2024 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -40,7 +40,6 @@ LCRYPTO_USED(CONF_modules_unload);
40LCRYPTO_USED(CONF_modules_finish); 40LCRYPTO_USED(CONF_modules_finish);
41LCRYPTO_USED(CONF_modules_free); 41LCRYPTO_USED(CONF_modules_free);
42LCRYPTO_USED(CONF_get1_default_config_file); 42LCRYPTO_USED(CONF_get1_default_config_file);
43LCRYPTO_USED(OPENSSL_load_builtin_modules);
44LCRYPTO_USED(ERR_load_CONF_strings); 43LCRYPTO_USED(ERR_load_CONF_strings);
45 44
46#endif /* _LIBCRYPTO_CONF_H */ 45#endif /* _LIBCRYPTO_CONF_H */