diff options
author | jsing <> | 2022-09-04 08:06:02 +0000 |
---|---|---|
committer | jsing <> | 2022-09-04 08:06:02 +0000 |
commit | 02944a9859a546d84ce056fb2c8df1832dba3fc4 (patch) | |
tree | c708ef97b9bd1b1cc732724f963f819762e52bd9 | |
parent | 1012010906f7db47f5ef9a4b668073632813968a (diff) | |
download | openbsd-02944a9859a546d84ce056fb2c8df1832dba3fc4.tar.gz openbsd-02944a9859a546d84ce056fb2c8df1832dba3fc4.tar.bz2 openbsd-02944a9859a546d84ce056fb2c8df1832dba3fc4.zip |
Remove now unused IMPLEMENT_CFBR macro.
-rw-r--r-- | src/lib/libcrypto/evp/evp_locl.h | 11 |
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 | |||
385 | struct evp_pkey_ctx_st { | 376 | struct 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; |