diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.h | 10 |
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); | |||
341 | void X509_STORE_CTX_set0_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk); | 341 | void X509_STORE_CTX_set0_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk); |
342 | void X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx); | 342 | void X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx); |
343 | 343 | ||
344 | X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m); | 344 | X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, const X509_LOOKUP_METHOD *m); |
345 | 345 | ||
346 | X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void); | 346 | const X509_LOOKUP_METHOD *X509_LOOKUP_hash_dir(void); |
347 | X509_LOOKUP_METHOD *X509_LOOKUP_file(void); | 347 | const X509_LOOKUP_METHOD *X509_LOOKUP_file(void); |
348 | X509_LOOKUP_METHOD *X509_LOOKUP_mem(void); | 348 | const X509_LOOKUP_METHOD *X509_LOOKUP_mem(void); |
349 | 349 | ||
350 | int X509_STORE_add_cert(X509_STORE *ctx, X509 *x); | 350 | int X509_STORE_add_cert(X509_STORE *ctx, X509 *x); |
351 | int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x); | 351 | int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x); |