diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/pkcs12/p12_decr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_decr.c b/src/lib/libcrypto/pkcs12/p12_decr.c index 1ef5c4a898..8ac7f17cfc 100644 --- a/src/lib/libcrypto/pkcs12/p12_decr.c +++ b/src/lib/libcrypto/pkcs12/p12_decr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: p12_decr.c,v 1.19 2018/05/13 14:22:34 tb Exp $ */ | 1 | /* $OpenBSD: p12_decr.c,v 1.20 2021/07/09 14:08:00 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 | */ |
@@ -156,7 +156,7 @@ PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it, | |||
156 | unsigned char *in = NULL; | 156 | unsigned char *in = NULL; |
157 | int inlen; | 157 | int inlen; |
158 | 158 | ||
159 | if (!(oct = ASN1_OCTET_STRING_new ())) { | 159 | if (!(oct = ASN1_OCTET_STRING_new())) { |
160 | PKCS12error(ERR_R_MALLOC_FAILURE); | 160 | PKCS12error(ERR_R_MALLOC_FAILURE); |
161 | return NULL; | 161 | return NULL; |
162 | } | 162 | } |