diff options
| author | tb <> | 2021-07-09 14:08:00 +0000 |
|---|---|---|
| committer | tb <> | 2021-07-09 14:08:00 +0000 |
| commit | f05eee41c325f4d166cd86d3a09249ad05de3758 (patch) | |
| tree | 720385821cf37cfc8d96781908ebf482b1ff74bb /src/lib/libcrypto/pkcs12/p12_decr.c | |
| parent | cef4784685e01a1587dc40523e34e4d609ec9098 (diff) | |
| download | openbsd-f05eee41c325f4d166cd86d3a09249ad05de3758.tar.gz openbsd-f05eee41c325f4d166cd86d3a09249ad05de3758.tar.bz2 openbsd-f05eee41c325f4d166cd86d3a09249ad05de3758.zip | |
KNF: remove whitespace between functions and parentheses
Diffstat (limited to 'src/lib/libcrypto/pkcs12/p12_decr.c')
| -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 | } |
