summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_vfy.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/x509/x509_vfy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.h b/src/lib/libcrypto/x509/x509_vfy.h
index 755a064353..43b94021b5 100644
--- a/src/lib/libcrypto/x509/x509_vfy.h
+++ b/src/lib/libcrypto/x509/x509_vfy.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_vfy.h,v 1.68 2024/03/02 10:57:03 tb Exp $ */ 1/* $OpenBSD: x509_vfy.h,v 1.69 2024/08/31 10:19:17 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 *
@@ -341,11 +341,11 @@ void X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk);
341void X509_STORE_CTX_set0_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk); 341void X509_STORE_CTX_set0_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk);
342void X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx); 342void X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx);
343 343
344X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m); 344X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, const X509_LOOKUP_METHOD *m);
345 345
346X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void); 346const X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void);
347X509_LOOKUP_METHOD *X509_LOOKUP_file(void); 347const X509_LOOKUP_METHOD *X509_LOOKUP_file(void);
348X509_LOOKUP_METHOD *X509_LOOKUP_mem(void); 348const X509_LOOKUP_METHOD *X509_LOOKUP_mem(void);
349 349
350int X509_STORE_add_cert(X509_STORE *ctx, X509 *x); 350int X509_STORE_add_cert(X509_STORE *ctx, X509 *x);
351int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x); 351int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x);