ameth_lib: zap trailing empty line
authortb <tb@openbsd.org>
Fri, 29 Dec 2023 19:00:31 +0000 (19:00 +0000)
committertb <tb@openbsd.org>
Fri, 29 Dec 2023 19:00:31 +0000 (19:00 +0000)
lib/libcrypto/asn1/ameth_lib.c

index cf3a965..ccde1e8 100644 (file)
@@ -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;
 }
-