diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-02-16 10:19:00 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-02-16 10:19:00 +0000 |
commit | 8a2fdf78e5bb5ab46687cb97c6fdf27e8b872ab6 (patch) | |
tree | 2f29401baa5f05874ce6026e305249187cd5d48e | |
parent | ff9d20dbfe9a777b036b8a7a0a60da724834078a (diff) |
zap stray empty line
-rw-r--r-- | lib/libcrypto/x509/x509_purp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/x509/x509_purp.c b/lib/libcrypto/x509/x509_purp.c index 63d1df2961f..176d9d679fe 100644 --- a/lib/libcrypto/x509/x509_purp.c +++ b/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 |