diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.h b/src/lib/libcrypto/x509/x509_vfy.h index 27ed484291..9e3c263a06 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.57 2022/12/26 07:18:53 jmc Exp $ */ | 1 | /* $OpenBSD: x509_vfy.h,v 1.58 2023/03/10 16:44:07 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 | * |
| @@ -310,7 +310,6 @@ void X509_STORE_set_verify_cb(X509_STORE *ctx, | |||
| 310 | #define X509_STORE_set_verify_cb_func(ctx, func) \ | 310 | #define X509_STORE_set_verify_cb_func(ctx, func) \ |
| 311 | X509_STORE_set_verify_cb((ctx), (func)) | 311 | X509_STORE_set_verify_cb((ctx), (func)) |
| 312 | 312 | ||
| 313 | #if defined(LIBRESSL_INTERNAL) || defined(LIBRESSL_NEXT_API) | ||
| 314 | typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, | 313 | typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, |
| 315 | X509 *subject, X509 *issuer); | 314 | X509 *subject, X509 *issuer); |
| 316 | 315 | ||
| @@ -319,7 +318,6 @@ void X509_STORE_set_check_issued(X509_STORE *store, | |||
| 319 | X509_STORE_CTX_check_issued_fn check_issued); | 318 | X509_STORE_CTX_check_issued_fn check_issued); |
| 320 | X509_STORE_CTX_check_issued_fn | 319 | X509_STORE_CTX_check_issued_fn |
| 321 | X509_STORE_CTX_get_check_issued(X509_STORE_CTX *ctx); | 320 | X509_STORE_CTX_get_check_issued(X509_STORE_CTX *ctx); |
| 322 | #endif | ||
| 323 | 321 | ||
| 324 | X509_STORE_CTX *X509_STORE_CTX_new(void); | 322 | X509_STORE_CTX *X509_STORE_CTX_new(void); |
| 325 | 323 | ||
