diff options
| author | tb <> | 2025-01-06 23:35:25 +0000 |
|---|---|---|
| committer | tb <> | 2025-01-06 23:35:25 +0000 |
| commit | f62644a3fec4a1c2ba18134913f454106247493d (patch) | |
| tree | d0853568e8d8bf23c28d2cf5738efd7799efe00e /src | |
| parent | 4000ace83aa7a7af741f90f2a7e77776c720cff2 (diff) | |
| download | openbsd-f62644a3fec4a1c2ba18134913f454106247493d.tar.gz openbsd-f62644a3fec4a1c2ba18134913f454106247493d.tar.bz2 openbsd-f62644a3fec4a1c2ba18134913f454106247493d.zip | |
unitialized -> uninitialized
Diffstat (limited to 'src')
| -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 |
