summaryrefslogtreecommitdiffstats
path: root/providers
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-03-01 15:52:34 +0100
committerPauli <ppzgs1@gmail.com>2021-03-03 10:00:21 +1000
commitf5c629a00aaf47fc1a90b435504662205ec0ee64 (patch)
tree30f265625a4c9363623e747bd5a238e11c2baff4 /providers
parentfffb67343e6e5bdfce34f2b3e0add058c1be420a (diff)
Remove unused MAX_TLS_MAC_SIZE define
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14367)
Diffstat (limited to 'providers')
-rw-r--r--providers/implementations/include/prov/ciphercommon.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/providers/implementations/include/prov/ciphercommon.h b/providers/implementations/include/prov/ciphercommon.h
index d5212c3c81..7ccc9c7047 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