diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-27 23:34:19 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-27 23:34:19 +0000 |
commit | a0f0de8bd6a69bf6418dfe4af863a50ae3700d33 (patch) | |
tree | a1ce00483094994a28d959df5cf72837586ebf69 /lib | |
parent | 749419fc515232e08a77185166195459010416ca (diff) |
Dynamic EVP_PKEY_METHODs are a thing from the past
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/evp/evp_local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcrypto/evp/evp_local.h b/lib/libcrypto/evp/evp_local.h index 42839f39bda..f81a8d6080d 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.13 2024/01/04 17:38:36 tb Exp $ */ +/* $OpenBSD: evp_local.h,v 1.14 2024/01/27 23:34:18 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -278,8 +278,6 @@ struct evp_pkey_ctx_st { int keygen_info_count; } /* EVP_PKEY_CTX */; -#define EVP_PKEY_FLAG_DYNAMIC 1 - struct evp_pkey_method_st { int pkey_id; int flags; |