From: tb Date: Sat, 27 Jan 2024 23:34:18 +0000 (+0000) Subject: Dynamic EVP_PKEY_METHODs are a thing from the past X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bfc2f265275d1080011b82af869cde2a29b4bdd8;p=openbsd Dynamic EVP_PKEY_METHODs are a thing from the past --- 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;