diff options
| author | beck <> | 2022-11-12 13:03:28 +0000 |
|---|---|---|
| committer | beck <> | 2022-11-12 13:03:28 +0000 |
| commit | f67e8816eac76498282b2708acce886d1f7e6f1a (patch) | |
| tree | 3c487c55db43b27eefdd0c7bca85d721012e35a0 /src/lib/libcrypto/pkcs12/p12_npas.c | |
| parent | b36647beb9eb198e8bc1c6e20dbd475845bf6612 (diff) | |
| download | openbsd-f67e8816eac76498282b2708acce886d1f7e6f1a.tar.gz openbsd-f67e8816eac76498282b2708acce886d1f7e6f1a.tar.bz2 openbsd-f67e8816eac76498282b2708acce886d1f7e6f1a.zip | |
Hide symbols in libcrypto/pkcs12
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/pkcs12/p12_npas.c')
| -rw-r--r-- | src/lib/libcrypto/pkcs12/p12_npas.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_npas.c b/src/lib/libcrypto/pkcs12/p12_npas.c index 7141e3ce88..e920480952 100644 --- a/src/lib/libcrypto/pkcs12/p12_npas.c +++ b/src/lib/libcrypto/pkcs12/p12_npas.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: p12_npas.c,v 1.15 2022/08/20 09:16:18 tb Exp $ */ | 1 | /* $OpenBSD: p12_npas.c,v 1.16 2022/11/12 13:03:28 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 1999. | 3 | * project 1999. |
| 4 | */ | 4 | */ |
| @@ -103,6 +103,7 @@ PKCS12_newpass(PKCS12 *p12, const char *oldpass, const char *newpass) | |||
| 103 | 103 | ||
| 104 | return 1; | 104 | return 1; |
| 105 | } | 105 | } |
| 106 | LCRYPTO_ALIAS(PKCS12_newpass) | ||
| 106 | 107 | ||
| 107 | /* Parse the outer PKCS#12 structure */ | 108 | /* Parse the outer PKCS#12 structure */ |
| 108 | 109 | ||
