diff options
author | tb <> | 2023-12-29 19:00:31 +0000 |
---|---|---|
committer | tb <> | 2023-12-29 19:00:31 +0000 |
commit | a719abd64f471bea84d414a78d6a1c3986b6ca18 (patch) | |
tree | 1ba52acefb84ccfa826a6478e6415a7c26c2531e /src/lib/libcrypto | |
parent | e0a70dc9257d0343d1c5c6c1c07d70d9fba0641d (diff) | |
download | openbsd-a719abd64f471bea84d414a78d6a1c3986b6ca18.tar.gz openbsd-a719abd64f471bea84d414a78d6a1c3986b6ca18.tar.bz2 openbsd-a719abd64f471bea84d414a78d6a1c3986b6ca18.zip |
ameth_lib: zap trailing empty line
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/asn1/ameth_lib.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/asn1/ameth_lib.c b/src/lib/libcrypto/asn1/ameth_lib.c index cf3a965a64..ccde1e8ecb 100644 --- a/src/lib/libcrypto/asn1/ameth_lib.c +++ b/src/lib/libcrypto/asn1/ameth_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ameth_lib.c,v 1.40 2023/12/29 10:59:00 tb Exp $ */ | 1 | /* $OpenBSD: ameth_lib.c,v 1.41 2023/12/29 19:00:31 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 | */ |
@@ -230,4 +230,3 @@ EVP_PKEY_asn1_add_alias(int to, int from) | |||
230 | EVPerror(ERR_R_DISABLED); | 230 | EVPerror(ERR_R_DISABLED); |
231 | return 0; | 231 | return 0; |
232 | } | 232 | } |
233 | |||