diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/evp/evp_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/evp_local.h b/src/lib/libcrypto/evp/evp_local.h index 42839f39bd..f81a8d6080 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.13 2024/01/04 17:38:36 tb Exp $ */ | 1 | /* $OpenBSD: evp_local.h,v 1.14 2024/01/27 23:34:18 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 | */ |
@@ -278,8 +278,6 @@ struct evp_pkey_ctx_st { | |||
278 | int keygen_info_count; | 278 | int keygen_info_count; |
279 | } /* EVP_PKEY_CTX */; | 279 | } /* EVP_PKEY_CTX */; |
280 | 280 | ||
281 | #define EVP_PKEY_FLAG_DYNAMIC 1 | ||
282 | |||
283 | struct evp_pkey_method_st { | 281 | struct evp_pkey_method_st { |
284 | int pkey_id; | 282 | int pkey_id; |
285 | int flags; | 283 | int flags; |