tls: Remove superfluous initializers in TLS AEAD implementations

This commit is contained in:
Martin Willi
2014-04-01 14:52:18 +02:00
parent e15f64cc81
commit 74162ed997
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -192,7 +192,6 @@ tls_aead_t *tls_aead_create_implicit(integrity_algorithm_t mac,
.public = {
.encrypt = _encrypt,
.decrypt = _decrypt,
.get_iv_size = _get_iv_size,
.get_mac_key_size = _get_mac_key_size,
.get_encr_key_size = _get_encr_key_size,
.get_iv_size = _get_iv_size,