summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/evp/evp_locl.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libcrypto/evp/evp_locl.h b/src/lib/libcrypto/evp/evp_locl.h
index c5ff49d2b2..e2707c8f0f 100644
--- a/src/lib/libcrypto/evp/evp_locl.h
+++ b/src/lib/libcrypto/evp/evp_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp_locl.h,v 1.24 2022/09/03 20:12:24 jsing Exp $ */ 1/* $OpenBSD: evp_locl.h,v 1.25 2022/09/04 08:06:02 jsing 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 */
@@ -373,15 +373,6 @@ const EVP_CIPHER *EVP_##cname##_ecb(void) { return &cname##_ecb; }
373 373
374#define EVP_C_DATA(kstruct, ctx) ((kstruct *)(ctx)->cipher_data) 374#define EVP_C_DATA(kstruct, ctx) ((kstruct *)(ctx)->cipher_data)
375 375
376#define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len) \
377 BLOCK_CIPHER_func_cfb(cipher##_##keysize,cprefix,cbits,kstruct,ksched) \
378 BLOCK_CIPHER_def_cfb(cipher##_##keysize,kstruct, \
379 NID_##cipher##_##keysize, keysize/8, iv_len, cbits, \
380 0, cipher##_init_key, NULL, \
381 EVP_CIPHER_set_asn1_iv, \
382 EVP_CIPHER_get_asn1_iv, \
383 NULL)
384
385struct evp_pkey_ctx_st { 376struct evp_pkey_ctx_st {
386 /* Method associated with this operation */ 377 /* Method associated with this operation */
387 const EVP_PKEY_METHOD *pmeth; 378 const EVP_PKEY_METHOD *pmeth;