diff options
Diffstat (limited to 'mac.c')
-rw-r--r-- | mac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ struct { | |||
57 | int truncatebits; /* truncate digest if != 0 */ | 57 | int truncatebits; /* truncate digest if != 0 */ |
58 | int key_len; /* just for UMAC */ | 58 | int key_len; /* just for UMAC */ |
59 | int len; /* just for UMAC */ | 59 | int len; /* just for UMAC */ |
60 | int etm; /* Encrypt-then-MAC */ | ||
60 | } macs[] = { | 61 | } macs[] = { |
61 | /* Encrypt-and-MAC (encrypt-and-authenticate) variants */ | 62 | /* Encrypt-and-MAC (encrypt-and-authenticate) variants */ |
62 | { "hmac-sha1", SSH_EVP, EVP_sha1, 0, 0, 0, 0 }, | 63 | { "hmac-sha1", SSH_EVP, EVP_sha1, 0, 0, 0, 0 }, |