From: tb Date: Fri, 29 Dec 2023 19:00:31 +0000 (+0000) Subject: ameth_lib: zap trailing empty line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=379eea95687a057e5754dc1f2350794a92521945;p=openbsd ameth_lib: zap trailing empty line --- 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; } -