diff options
Diffstat (limited to 'src/lib/libcrypto/x509')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_local.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h index 44fe6ad805..63082d1b19 100644 --- a/src/lib/libcrypto/x509/x509_local.h +++ b/src/lib/libcrypto/x509/x509_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_local.h,v 1.10 2023/10/11 13:05:18 tb Exp $ */ | 1 | /* $OpenBSD: x509_local.h,v 1.11 2023/11/01 20:37:42 tb Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2013. | 3 | * project 2013. |
| 4 | */ | 4 | */ |
| @@ -380,6 +380,8 @@ int x509_check_cert_time(X509_STORE_CTX *ctx, X509 *x, int quiet); | |||
| 380 | int name_cmp(const char *name, const char *cmp); | 380 | int name_cmp(const char *name, const char *cmp); |
| 381 | 381 | ||
| 382 | int X509_ALGOR_set_evp_md(X509_ALGOR *alg, const EVP_MD *md); | 382 | int X509_ALGOR_set_evp_md(X509_ALGOR *alg, const EVP_MD *md); |
| 383 | int X509_ALGOR_set0_by_nid(X509_ALGOR *alg, int nid, int parameter_type, | ||
| 384 | void *parameter_value); | ||
| 383 | 385 | ||
| 384 | int X509_policy_check(const STACK_OF(X509) *certs, | 386 | int X509_policy_check(const STACK_OF(X509) *certs, |
| 385 | const STACK_OF(ASN1_OBJECT) *user_policies, unsigned long flags, | 387 | const STACK_OF(ASN1_OBJECT) *user_policies, unsigned long flags, |
