summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp_local.h')
-rw-r--r--src/lib/libcrypto/evp/evp_local.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp_local.h b/src/lib/libcrypto/evp/evp_local.h
index d21919ac9b..eaede4409a 100644
--- a/src/lib/libcrypto/evp/evp_local.h
+++ b/src/lib/libcrypto/evp/evp_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp_local.h,v 1.10 2023/12/29 10:59:00 tb Exp $ */ 1/* $OpenBSD: evp_local.h,v 1.11 2024/01/01 15:23:00 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 2000. 3 * project 2000.
4 */ 4 */
@@ -156,7 +156,6 @@ struct evp_pkey_asn1_method_st {
156 * arbitrary encryption.... */ 156 * arbitrary encryption.... */
157struct evp_pkey_st { 157struct evp_pkey_st {
158 int type; 158 int type;
159 int save_type;
160 int references; 159 int references;
161 const EVP_PKEY_ASN1_METHOD *ameth; 160 const EVP_PKEY_ASN1_METHOD *ameth;
162 union { 161 union {