diff options
| author | beck <> | 2022-11-14 17:48:50 +0000 |
|---|---|---|
| committer | beck <> | 2022-11-14 17:48:50 +0000 |
| commit | 86ef9af254717a5620d93d1ebe06ab2ad9597496 (patch) | |
| tree | c42f727f8848b4a56e738422f26e8b44150174e4 /src/lib/libcrypto/x509/pcy_tree.c | |
| parent | ee06865d71aaa04ea842bc01f03382ca41128858 (diff) | |
| download | openbsd-86ef9af254717a5620d93d1ebe06ab2ad9597496.tar.gz openbsd-86ef9af254717a5620d93d1ebe06ab2ad9597496.tar.bz2 openbsd-86ef9af254717a5620d93d1ebe06ab2ad9597496.zip | |
Hide public symbols in libcrypto/x509 .c files
ok tb@
Diffstat (limited to 'src/lib/libcrypto/x509/pcy_tree.c')
| -rw-r--r-- | src/lib/libcrypto/x509/pcy_tree.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/pcy_tree.c b/src/lib/libcrypto/x509/pcy_tree.c index 284c08e66a..1df37c8776 100644 --- a/src/lib/libcrypto/x509/pcy_tree.c +++ b/src/lib/libcrypto/x509/pcy_tree.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: pcy_tree.c,v 1.2 2021/11/01 20:53:08 tb Exp $ */ | 1 | /* $OpenBSD: pcy_tree.c,v 1.3 2022/11/14 17:48:49 beck Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2004. | 3 | * project 2004. |
| 4 | */ | 4 | */ |
| @@ -657,6 +657,7 @@ X509_policy_tree_free(X509_POLICY_TREE *tree) | |||
| 657 | free(tree->levels); | 657 | free(tree->levels); |
| 658 | free(tree); | 658 | free(tree); |
| 659 | } | 659 | } |
| 660 | LCRYPTO_ALIAS(X509_policy_tree_free) | ||
| 660 | 661 | ||
| 661 | /* Application policy checking function. | 662 | /* Application policy checking function. |
| 662 | * Return codes: | 663 | * Return codes: |
| @@ -769,3 +770,4 @@ error: | |||
| 769 | 770 | ||
| 770 | return 0; | 771 | return 0; |
| 771 | } | 772 | } |
| 773 | LCRYPTO_ALIAS(X509_policy_check) | ||
