diff options
author | tb <> | 2023-02-16 10:18:59 +0000 |
---|---|---|
committer | tb <> | 2023-02-16 10:18:59 +0000 |
commit | 86621357e60f9e67b9a598c67567b92aeaead6ba (patch) | |
tree | 935179b7c081e703c4dd224c323674033468e3da /src | |
parent | f25410e9637e6a28110495de70735afce97846fc (diff) | |
download | openbsd-86621357e60f9e67b9a598c67567b92aeaead6ba.tar.gz openbsd-86621357e60f9e67b9a598c67567b92aeaead6ba.tar.bz2 openbsd-86621357e60f9e67b9a598c67567b92aeaead6ba.zip |
zap stray empty line
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/x509/x509_purp.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
1 | /* $OpenBSD: x509_purp.c,v 1.20 2023/02/16 08:38:17 tb Exp $ */ | 1 | /* $OpenBSD: x509_purp.c,v 1.21 2023/02/16 10:18:59 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2001. | 3 | * project 2001. |
4 | */ | 4 | */ |
@@ -425,7 +425,6 @@ setup_dp(X509 *x, DIST_POINT *dp) | |||
425 | iname = X509_get_issuer_name(x); | 425 | iname = X509_get_issuer_name(x); |
426 | 426 | ||
427 | DIST_POINT_set_dpname(dp->distpoint, iname); | 427 | DIST_POINT_set_dpname(dp->distpoint, iname); |
428 | |||
429 | } | 428 | } |
430 | 429 | ||
431 | static void | 430 | static void |