mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Remove unused MAX_TLS_MAC_SIZE define
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14367)
This commit is contained in:
parent
fffb67343e
commit
f5c629a00a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user