diff options
author | Matt Caswell <matt@openssl.org> | 2015-01-27 15:00:50 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2015-01-28 11:38:38 +0100 |
commit | d57d135c33938dfdac441c98b2c40183a8cb66b0 (patch) | |
tree | c67c5400cf24eaa05c8526147e89e8a7201b6b2f /crypto/evp/evp.h | |
parent | Dead code removal: Fortezza identifiers (diff) | |
download | openssl-d57d135c33938dfdac441c98b2c40183a8cb66b0.tar.xz openssl-d57d135c33938dfdac441c98b2c40183a8cb66b0.zip |
Replace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG for consistency with
CCM
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r-- | crypto/evp/evp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index 74f6217884..3101905c75 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -433,7 +433,6 @@ typedef struct { # define EVP_CTRL_SET_IVLEN EVP_CTRL_GCM_SET_IVLEN # define EVP_CTRL_GET_TAG EVP_CTRL_GCM_GET_TAG # define EVP_CTRL_SET_TAG EVP_CTRL_GCM_SET_TAG -# define EVP_CTRL_OCB_SET_TAGLEN 0x1c /* GCM TLS constants */ /* Length of fixed part of IV derived from PRF */ |