diff options
author | tb <> | 2023-08-11 11:47:21 +0000 |
---|---|---|
committer | tb <> | 2023-08-11 11:47:21 +0000 |
commit | 8222278279beec35e4f7dc9221d5e85f3fc85304 (patch) | |
tree | 63a7a02a888622c18a17f8cb173a1e8ae1d024c5 /src/lib | |
parent | 7171df10dbe17cb4be982131045143b1e01ca086 (diff) | |
download | openbsd-8222278279beec35e4f7dc9221d5e85f3fc85304.tar.gz openbsd-8222278279beec35e4f7dc9221d5e85f3fc85304.tar.bz2 openbsd-8222278279beec35e4f7dc9221d5e85f3fc85304.zip |
Add back an empty line that I didn't really want to remove
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa_ameth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_ameth.c b/src/lib/libcrypto/dsa/dsa_ameth.c index badd2d25b5..4f2cda5924 100644 --- a/src/lib/libcrypto/dsa/dsa_ameth.c +++ b/src/lib/libcrypto/dsa/dsa_ameth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dsa_ameth.c,v 1.47 2023/08/11 11:32:19 tb Exp $ */ | 1 | /* $OpenBSD: dsa_ameth.c,v 1.48 2023/08/11 11:47:21 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 2006. | 3 | * project 2006. |
4 | */ | 4 | */ |
@@ -118,6 +118,7 @@ dsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) | |||
118 | DSAerror(DSA_R_BN_DECODE_ERROR); | 118 | DSAerror(DSA_R_BN_DECODE_ERROR); |
119 | goto err; | 119 | goto err; |
120 | } | 120 | } |
121 | |||
121 | /* We can only check for key consistency if we have parameters. */ | 122 | /* We can only check for key consistency if we have parameters. */ |
122 | if (ptype == V_ASN1_SEQUENCE) { | 123 | if (ptype == V_ASN1_SEQUENCE) { |
123 | if (!dsa_check_key(dsa)) | 124 | if (!dsa_check_key(dsa)) |