diff options
author | tb <> | 2023-04-25 18:48:32 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 18:48:32 +0000 |
commit | 326188c5fb0d0373a3ac0c57922ede3500c468c5 (patch) | |
tree | 45ac67a10ac935d385254aab211068743021c681 /src/lib/libcrypto/hidden/openssl/x509v3.h | |
parent | 6c3bca154d6d7f953f61e2c4bf065eb94e485ce7 (diff) | |
download | openbsd-326188c5fb0d0373a3ac0c57922ede3500c468c5.tar.gz openbsd-326188c5fb0d0373a3ac0c57922ede3500c468c5.tar.bz2 openbsd-326188c5fb0d0373a3ac0c57922ede3500c468c5.zip |
Remove SXNET
Unused and no authorative information was found online in 2016
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509v3.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/x509v3.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509v3.h b/src/lib/libcrypto/hidden/openssl/x509v3.h index eed75e0749..044b55334d 100644 --- a/src/lib/libcrypto/hidden/openssl/x509v3.h +++ b/src/lib/libcrypto/hidden/openssl/x509v3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509v3.h,v 1.1 2022/11/14 17:48:49 beck Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.2 2023/04/25 18:48:32 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -33,20 +33,6 @@ LCRYPTO_USED(BASIC_CONSTRAINTS_new); | |||
33 | LCRYPTO_USED(BASIC_CONSTRAINTS_free); | 33 | LCRYPTO_USED(BASIC_CONSTRAINTS_free); |
34 | LCRYPTO_USED(d2i_BASIC_CONSTRAINTS); | 34 | LCRYPTO_USED(d2i_BASIC_CONSTRAINTS); |
35 | LCRYPTO_USED(i2d_BASIC_CONSTRAINTS); | 35 | LCRYPTO_USED(i2d_BASIC_CONSTRAINTS); |
36 | LCRYPTO_USED(SXNET_new); | ||
37 | LCRYPTO_USED(SXNET_free); | ||
38 | LCRYPTO_USED(d2i_SXNET); | ||
39 | LCRYPTO_USED(i2d_SXNET); | ||
40 | LCRYPTO_USED(SXNETID_new); | ||
41 | LCRYPTO_USED(SXNETID_free); | ||
42 | LCRYPTO_USED(d2i_SXNETID); | ||
43 | LCRYPTO_USED(i2d_SXNETID); | ||
44 | LCRYPTO_USED(SXNET_add_id_asc); | ||
45 | LCRYPTO_USED(SXNET_add_id_ulong); | ||
46 | LCRYPTO_USED(SXNET_add_id_INTEGER); | ||
47 | LCRYPTO_USED(SXNET_get_id_asc); | ||
48 | LCRYPTO_USED(SXNET_get_id_ulong); | ||
49 | LCRYPTO_USED(SXNET_get_id_INTEGER); | ||
50 | LCRYPTO_USED(AUTHORITY_KEYID_new); | 36 | LCRYPTO_USED(AUTHORITY_KEYID_new); |
51 | LCRYPTO_USED(AUTHORITY_KEYID_free); | 37 | LCRYPTO_USED(AUTHORITY_KEYID_free); |
52 | LCRYPTO_USED(d2i_AUTHORITY_KEYID); | 38 | LCRYPTO_USED(d2i_AUTHORITY_KEYID); |