diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/asn1_locl.h')
-rw-r--r-- | src/lib/libcrypto/asn1/asn1_locl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/asn1_locl.h b/src/lib/libcrypto/asn1/asn1_locl.h index 3b949dba65..31fcbef20d 100644 --- a/src/lib/libcrypto/asn1/asn1_locl.h +++ b/src/lib/libcrypto/asn1/asn1_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: asn1_locl.h,v 1.15 2021/12/25 12:00:22 jsing Exp $ */ | 1 | /* $OpenBSD: asn1_locl.h,v 1.16 2022/01/10 11:52:43 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 2006. | 3 | * project 2006. |
4 | */ | 4 | */ |
@@ -124,6 +124,7 @@ struct evp_pkey_asn1_method_st { | |||
124 | int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, | 124 | int (*item_sign)(EVP_MD_CTX *ctx, const ASN1_ITEM *it, void *asn, |
125 | X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig); | 125 | X509_ALGOR *alg1, X509_ALGOR *alg2, ASN1_BIT_STRING *sig); |
126 | 126 | ||
127 | int (*pkey_check)(const EVP_PKEY *pk); | ||
127 | } /* EVP_PKEY_ASN1_METHOD */; | 128 | } /* EVP_PKEY_ASN1_METHOD */; |
128 | 129 | ||
129 | /* Method to handle CRL access. | 130 | /* Method to handle CRL access. |