summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-01-27 23:34:19 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-01-27 23:34:19 +0000
commita0f0de8bd6a69bf6418dfe4af863a50ae3700d33 (patch)
treea1ce00483094994a28d959df5cf72837586ebf69 /lib
parent749419fc515232e08a77185166195459010416ca (diff)
Dynamic EVP_PKEY_METHODs are a thing from the past
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/evp/evp_local.h4
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;