From 379eea95687a057e5754dc1f2350794a92521945 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 29 Dec 2023 19:00:31 +0000 Subject: [PATCH] ameth_lib: zap trailing empty line --- lib/libcrypto/asn1/ameth_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libcrypto/asn1/ameth_lib.c b/lib/libcrypto/asn1/ameth_lib.c index cf3a965a646..ccde1e8ecb5 100644 --- a/lib/libcrypto/asn1/ameth_lib.c +++ b/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; } - -- 2.20.1