diff options
Diffstat (limited to 'src/usr.bin/openssl/pkcs12.c')
-rw-r--r-- | src/usr.bin/openssl/pkcs12.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/pkcs12.c b/src/usr.bin/openssl/pkcs12.c index 1407a96e03..efd6d59163 100644 --- a/src/usr.bin/openssl/pkcs12.c +++ b/src/usr.bin/openssl/pkcs12.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: pkcs12.c,v 1.29 2024/12/26 14:10:48 tb Exp $ */ | 1 | /* $OpenBSD: pkcs12.c,v 1.30 2025/06/07 08:33:58 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. | 3 | * project. |
4 | */ | 4 | */ |
@@ -152,7 +152,8 @@ pkcs12_opt_passarg(char *arg) | |||
152 | return (0); | 152 | return (0); |
153 | } | 153 | } |
154 | 154 | ||
155 | static const EVP_CIPHER *get_cipher_by_name(char *name) | 155 | static const EVP_CIPHER * |
156 | get_cipher_by_name(char *name) | ||
156 | { | 157 | { |
157 | if (name == NULL || strcmp(name, "") == 0) | 158 | if (name == NULL || strcmp(name, "") == 0) |
158 | return (NULL); | 159 | return (NULL); |