diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_vfy.h')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_vfy.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/lib/libcrypto/x509/x509_vfy.h b/src/lib/libcrypto/x509/x509_vfy.h index 7058bbc5b0..04e555149a 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.70 2025/03/09 15:20:20 tb Exp $ */ | 1 | /* $OpenBSD: x509_vfy.h,v 1.71 2025/10/24 11:33:38 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 | * | 
| @@ -441,6 +441,7 @@ int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, const char *name, | |||
| 441 | size_t namelen); | 441 | size_t namelen); | 
| 442 | int X509_VERIFY_PARAM_add1_host(X509_VERIFY_PARAM *param, const char *name, | 442 | int X509_VERIFY_PARAM_add1_host(X509_VERIFY_PARAM *param, const char *name, | 
| 443 | size_t namelen); | 443 | size_t namelen); | 
| 444 | unsigned int X509_VERIFY_PARAM_get_hostflags(const X509_VERIFY_PARAM *param); | ||
| 444 | void X509_VERIFY_PARAM_set_hostflags(X509_VERIFY_PARAM *param, | 445 | void X509_VERIFY_PARAM_set_hostflags(X509_VERIFY_PARAM *param, | 
| 445 | unsigned int flags); | 446 | unsigned int flags); | 
| 446 | char *X509_VERIFY_PARAM_get0_peername(X509_VERIFY_PARAM *param); | 447 | char *X509_VERIFY_PARAM_get0_peername(X509_VERIFY_PARAM *param); | 
