artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a959a8
)
Zap extra blank line
author
tb
<tb@openbsd.org>
Sun, 30 Apr 2023 14:43:04 +0000
(14:43 +0000)
committer
tb
<tb@openbsd.org>
Sun, 30 Apr 2023 14:43:04 +0000
(14:43 +0000)
lib/libcrypto/x509/x509_vfy.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/x509/x509_vfy.c
b/lib/libcrypto/x509/x509_vfy.c
index
f1aa10c
..
cfb568d
100644
(file)
--- a/
lib/libcrypto/x509/x509_vfy.c
+++ b/
lib/libcrypto/x509/x509_vfy.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509_vfy.c,v 1.11
8 2023/04/28 16:50:16 beck
Exp $ */
+/* $OpenBSD: x509_vfy.c,v 1.11
9 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)
{