diff options
| author | tb <> | 2024-03-02 10:15:16 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:15:16 +0000 |
| commit | 3660b6a445c7a10167a56fab6d7e882cdf782d91 (patch) | |
| tree | b64f2e46e44a68cbc68c3942179d7a04de1089b4 /src/lib/libcrypto/pkcs12/p12_mutl.c | |
| parent | feacafd961cf1e2403e9dcb6c3f6a0722730e87d (diff) | |
| download | openbsd-3660b6a445c7a10167a56fab6d7e882cdf782d91.tar.gz openbsd-3660b6a445c7a10167a56fab6d7e882cdf782d91.tar.bz2 openbsd-3660b6a445c7a10167a56fab6d7e882cdf782d91.zip | |
Remove a lot of PKCS12 garbage from the public API
PKCS12 is a hot mess. Please participate in the survey at the end of
https://www.cs.auckland.ac.nz/~pgut001/pubs/pfx.html to increase its
credibility and unanimity.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/pkcs12/p12_mutl.c')
| -rw-r--r-- | src/lib/libcrypto/pkcs12/p12_mutl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_mutl.c b/src/lib/libcrypto/pkcs12/p12_mutl.c index c71ed735ea..2a728294af 100644 --- a/src/lib/libcrypto/pkcs12/p12_mutl.c +++ b/src/lib/libcrypto/pkcs12/p12_mutl.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: p12_mutl.c,v 1.36 2024/01/25 13:44:08 tb Exp $ */ | 1 | /* $OpenBSD: p12_mutl.c,v 1.37 2024/03/02 10:15:16 tb 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 | */ |
| @@ -263,5 +263,4 @@ PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, int saltlen, | |||
| 263 | 263 | ||
| 264 | return 1; | 264 | return 1; |
| 265 | } | 265 | } |
| 266 | LCRYPTO_ALIAS(PKCS12_setup_mac); | ||
| 267 | #endif | 266 | #endif |
