From: tb Date: Sun, 30 Apr 2023 14:43:04 +0000 (+0000) Subject: Zap extra blank line X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ca04336d19c74cdb6917d2c6dc74b33523228697;p=openbsd Zap extra blank line --- diff --git a/lib/libcrypto/x509/x509_vfy.c b/lib/libcrypto/x509/x509_vfy.c index f1aa10c5632..cfb568d039f 100644 --- a/lib/libcrypto/x509/x509_vfy.c +++ b/lib/libcrypto/x509/x509_vfy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_vfy.c,v 1.118 2023/04/28 16:50:16 beck Exp $ */ +/* $OpenBSD: x509_vfy.c,v 1.119 2023/04/30 14:43:04 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1743,7 +1743,6 @@ cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) return 1; } - int x509_vfy_check_policy(X509_STORE_CTX *ctx) {