summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_verify.h')
-rw-r--r--src/lib/libcrypto/x509/x509_verify.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_verify.h b/src/lib/libcrypto/x509/x509_verify.h
index a097404f2e..d8d2cb0b5f 100644
--- a/src/lib/libcrypto/x509/x509_verify.h
+++ b/src/lib/libcrypto/x509/x509_verify.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_verify.h,v 1.1 2020/09/13 15:06:17 beck Exp $ */ 1/* $OpenBSD: x509_verify.h,v 1.2 2021/11/04 23:52:34 beck Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -19,6 +19,7 @@
19 19
20#ifdef LIBRESSL_INTERNAL 20#ifdef LIBRESSL_INTERNAL
21struct x509_verify_ctx; 21struct x509_verify_ctx;
22struct x509_verify_cert_info;
22typedef struct x509_verify_ctx X509_VERIFY_CTX; 23typedef struct x509_verify_ctx X509_VERIFY_CTX;
23 24
24X509_VERIFY_CTX *x509_verify_ctx_new(STACK_OF(X509) *roots); 25X509_VERIFY_CTX *x509_verify_ctx_new(STACK_OF(X509) *roots);