diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp_local.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp_local.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/evp/evp_local.h b/src/lib/libcrypto/evp/evp_local.h index dad2cec81e..d0335931e5 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.19 2024/03/02 10:20:27 tb Exp $ */ | 1 | /* $OpenBSD: evp_local.h,v 1.20 2024/03/24 06:05:41 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 | */ |
@@ -173,9 +173,6 @@ struct evp_pkey_st { | |||
173 | struct ec_key_st *ec; /* ECC */ | 173 | struct ec_key_st *ec; /* ECC */ |
174 | struct ecx_key_st *ecx; /* ECX */ | 174 | struct ecx_key_st *ecx; /* ECX */ |
175 | #endif | 175 | #endif |
176 | #ifndef OPENSSL_NO_GOST | ||
177 | struct gost_key_st *gost; /* GOST */ | ||
178 | #endif | ||
179 | } pkey; | 176 | } pkey; |
180 | int save_parameters; | 177 | int save_parameters; |
181 | STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ | 178 | STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */ |