From 86621357e60f9e67b9a598c67567b92aeaead6ba Mon Sep 17 00:00:00 2001
From: tb <>
Date: Thu, 16 Feb 2023 10:18:59 +0000
Subject: zap stray empty line

---
 src/lib/libcrypto/x509/x509_purp.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'src/lib')

diff --git a/src/lib/libcrypto/x509/x509_purp.c b/src/lib/libcrypto/x509/x509_purp.c
index 63d1df2961..176d9d679f 100644
--- a/src/lib/libcrypto/x509/x509_purp.c
+++ b/src/lib/libcrypto/x509/x509_purp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509_purp.c,v 1.20 2023/02/16 08:38:17 tb Exp $ */
+/* $OpenBSD: x509_purp.c,v 1.21 2023/02/16 10:18:59 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2001.
  */
@@ -425,7 +425,6 @@ setup_dp(X509 *x, DIST_POINT *dp)
 		iname = X509_get_issuer_name(x);
 
 	DIST_POINT_set_dpname(dp->distpoint, iname);
-
 }
 
 static void
-- 
cgit v1.2.3-55-g6feb