diff options
Diffstat (limited to 'lib/libcrypto/evp/evp_local.h')
-rw-r--r-- | lib/libcrypto/evp/evp_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/evp/evp_local.h b/lib/libcrypto/evp/evp_local.h index eaede4409a7..52fa8e1e528 100644 --- a/lib/libcrypto/evp/evp_local.h +++ b/lib/libcrypto/evp/evp_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_local.h,v 1.11 2024/01/01 15:23:00 tb Exp $ */ +/* $OpenBSD: evp_local.h,v 1.12 2024/01/04 17:01:26 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -90,8 +90,8 @@ struct ecx_key_st { }; struct evp_pkey_asn1_method_st { + const EVP_PKEY_ASN1_METHOD *base_method; int pkey_id; - int pkey_base_id; unsigned long pkey_flags; char *pem_str; |