summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden
diff options
context:
space:
mode:
authortb <>2024-08-31 09:41:53 +0000
committertb <>2024-08-31 09:41:53 +0000
commit4cc1384c3d5bce74b01be7b3ccca401fd1890ee3 (patch)
tree82c3879fada8ce2c25df980e1148e005da030c06 /src/lib/libcrypto/hidden
parentc6ff9992123d41fbd71d986b1491805789c71e99 (diff)
downloadopenbsd-4cc1384c3d5bce74b01be7b3ccca401fd1890ee3.tar.gz
openbsd-4cc1384c3d5bce74b01be7b3ccca401fd1890ee3.tar.bz2
openbsd-4cc1384c3d5bce74b01be7b3ccca401fd1890ee3.zip
Inline NCONF_free_data in its only user
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/hidden')
-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 dc211d8968..7374501c9c 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.4 2024/08/31 09:34:05 tb Exp $ */ 1/* $OpenBSD: conf.h,v 1.5 2024/08/31 09:41:53 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2024 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2024 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -39,7 +39,6 @@ LCRYPTO_USED(OPENSSL_no_config);
39LCRYPTO_USED(NCONF_new); 39LCRYPTO_USED(NCONF_new);
40LCRYPTO_USED(NCONF_default); 40LCRYPTO_USED(NCONF_default);
41LCRYPTO_USED(NCONF_free); 41LCRYPTO_USED(NCONF_free);
42LCRYPTO_USED(NCONF_free_data);
43LCRYPTO_USED(NCONF_load); 42LCRYPTO_USED(NCONF_load);
44LCRYPTO_USED(NCONF_load_bio); 43LCRYPTO_USED(NCONF_load_bio);
45LCRYPTO_USED(NCONF_get_section); 44LCRYPTO_USED(NCONF_get_section);