diff options
| author | tb <> | 2022-07-25 05:06:06 +0000 |
|---|---|---|
| committer | tb <> | 2022-07-25 05:06:06 +0000 |
| commit | 70819cc930595b9f8df020a494d2a24efa52c16d (patch) | |
| tree | 4833c9ece4727e14cc55e32642be709dc586d1f5 | |
| parent | 5e7f566c36159951eb7256933970dc6386dc8ba3 (diff) | |
| download | openbsd-70819cc930595b9f8df020a494d2a24efa52c16d.tar.gz openbsd-70819cc930595b9f8df020a494d2a24efa52c16d.tar.bz2 openbsd-70819cc930595b9f8df020a494d2a24efa52c16d.zip | |
fix indent
| -rw-r--r-- | src/lib/libcrypto/pkcs12/p12_mutl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pkcs12/p12_mutl.c b/src/lib/libcrypto/pkcs12/p12_mutl.c index 9a8a411c3f..7474bf5ff3 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.29 2022/07/24 18:45:21 tb Exp $ */ | 1 | /* $OpenBSD: p12_mutl.c,v 1.30 2022/07/25 05:06:06 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 | */ |
| @@ -118,7 +118,7 @@ PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, | |||
| 118 | if ((hmac = HMAC_CTX_new()) == NULL) | 118 | if ((hmac = HMAC_CTX_new()) == NULL) |
| 119 | goto err; | 119 | goto err; |
| 120 | if (!HMAC_Init_ex(hmac, key, md_size, md_type, NULL)) | 120 | if (!HMAC_Init_ex(hmac, key, md_size, md_type, NULL)) |
| 121 | goto err; | 121 | goto err; |
| 122 | if (!HMAC_Update(hmac, p12->authsafes->d.data->data, | 122 | if (!HMAC_Update(hmac, p12->authsafes->d.data->data, |
| 123 | p12->authsafes->d.data->length)) | 123 | p12->authsafes->d.data->length)) |
| 124 | goto err; | 124 | goto err; |
