From: Tomas Mraz Date: Mon, 1 Mar 2021 14:52:34 +0000 (+0100) Subject: Remove unused MAX_TLS_MAC_SIZE define X-Git-Tag: openssl-3.0.0-alpha13~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5c629a00aaf47fc1a90b435504662205ec0ee64;p=thirdparty%2Fopenssl.git Remove unused MAX_TLS_MAC_SIZE define Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14367) --- diff --git a/providers/implementations/include/prov/ciphercommon.h b/providers/implementations/include/prov/ciphercommon.h index d5212c3c81b..7ccc9c7047d 100644 --- a/providers/implementations/include/prov/ciphercommon.h +++ b/providers/implementations/include/prov/ciphercommon.h @@ -31,9 +31,6 @@ typedef struct prov_cipher_ctx_st PROV_CIPHER_CTX; typedef int (PROV_CIPHER_HW_FN)(PROV_CIPHER_CTX *dat, unsigned char *out, const unsigned char *in, size_t len); -/* TODO(3.0): VERIFY ME */ -#define MAX_TLS_MAC_SIZE 48 - /* Internal flags that can be queried */ #define PROV_CIPHER_FLAG_AEAD 0x0001 #define PROV_CIPHER_FLAG_CUSTOM_IV 0x0002