artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2135b
)
Dynamic EVP_PKEY_METHODs are a thing from the past
author
tb
<tb@openbsd.org>
Sat, 27 Jan 2024 23:34:18 +0000
(23:34 +0000)
committer
tb
<tb@openbsd.org>
Sat, 27 Jan 2024 23:34:18 +0000
(23:34 +0000)
lib/libcrypto/evp/evp_local.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/evp/evp_local.h
b/lib/libcrypto/evp/evp_local.h
index
42839f3
..
f81a8d6
100644
(file)
--- a/
lib/libcrypto/evp/evp_local.h
+++ b/
lib/libcrypto/evp/evp_local.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: evp_local.h,v 1.1
3 2024/01/04 17:38:36
tb Exp $ */
+/* $OpenBSD: evp_local.h,v 1.1
4 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;