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 9631992a28..3e90e068e6 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.22 2024/04/12 09:41:39 tb Exp $ */ 1/* $OpenBSD: evp_local.h,v 1.23 2024/08/22 12:24:24 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 */
@@ -175,7 +175,6 @@ struct evp_pkey_st {
175#endif 175#endif
176 } pkey; 176 } pkey;
177 int save_parameters; 177 int save_parameters;
178 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
179} /* EVP_PKEY */; 178} /* EVP_PKEY */;
180 179
181struct evp_md_st { 180struct evp_md_st {