From a719abd64f471bea84d414a78d6a1c3986b6ca18 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 29 Dec 2023 19:00:31 +0000 Subject: ameth_lib: zap trailing empty line --- src/lib/libcrypto/asn1/ameth_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/asn1/ameth_lib.c') 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 @@ -/* $OpenBSD: ameth_lib.c,v 1.40 2023/12/29 10:59:00 tb Exp $ */ +/* $OpenBSD: ameth_lib.c,v 1.41 2023/12/29 19:00:31 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -230,4 +230,3 @@ EVP_PKEY_asn1_add_alias(int to, int from) EVPerror(ERR_R_DISABLED); return 0; } - -- cgit v1.2.3-55-g6feb