diff options
| author | tb <> | 2023-04-30 14:43:04 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-30 14:43:04 +0000 |
| commit | 48511436ce2fde25539ac944189753fb5d737add (patch) | |
| tree | f2159fde1527a0c50003999e3c77c4fdecd9da4f /src | |
| parent | c8086459e9a3200a30ab29e639b44922a57b7b2e (diff) | |
| download | openbsd-48511436ce2fde25539ac944189753fb5d737add.tar.gz openbsd-48511436ce2fde25539ac944189753fb5d737add.tar.bz2 openbsd-48511436ce2fde25539ac944189753fb5d737add.zip | |
Zap extra blank line
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.c b/src/lib/libcrypto/x509/x509_vfy.c index f1aa10c563..cfb568d039 100644 --- a/src/lib/libcrypto/x509/x509_vfy.c +++ b/src/lib/libcrypto/x509/x509_vfy.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_vfy.c,v 1.118 2023/04/28 16:50:16 beck Exp $ */ | 1 | /* $OpenBSD: x509_vfy.c,v 1.119 2023/04/30 14:43:04 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -1743,7 +1743,6 @@ cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) | |||
| 1743 | return 1; | 1743 | return 1; |
| 1744 | } | 1744 | } |
| 1745 | 1745 | ||
| 1746 | |||
| 1747 | int | 1746 | int |
| 1748 | x509_vfy_check_policy(X509_STORE_CTX *ctx) | 1747 | x509_vfy_check_policy(X509_STORE_CTX *ctx) |
| 1749 | { | 1748 | { |
