diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/pkcs12/p12_kiss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_kiss.c b/src/lib/libcrypto/pkcs12/p12_kiss.c index 48bbd137c6..e4de2eb61c 100644 --- a/src/lib/libcrypto/pkcs12/p12_kiss.c +++ b/src/lib/libcrypto/pkcs12/p12_kiss.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: p12_kiss.c,v 1.27 2023/02/16 08:38:17 tb Exp $ */ | 1 | /* $OpenBSD: p12_kiss.c,v 1.28 2025/01/06 23:35:25 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 | */ |
@@ -77,7 +77,7 @@ static int parse_bag( PKCS12_SAFEBAG *bag, const char *pass, int passlen, | |||
77 | /* Parse and decrypt a PKCS#12 structure returning user key, user cert | 77 | /* Parse and decrypt a PKCS#12 structure returning user key, user cert |
78 | * and other (CA) certs. Note either ca should be NULL, *ca should be NULL, | 78 | * and other (CA) certs. Note either ca should be NULL, *ca should be NULL, |
79 | * or it should point to a valid STACK structure. pkey and cert can be | 79 | * or it should point to a valid STACK structure. pkey and cert can be |
80 | * passed unitialised. | 80 | * passed uninitialised. |
81 | */ | 81 | */ |
82 | 82 | ||
83 | int | 83 | int |