- (djm) [mac.c] fix merge botch

This commit is contained in:
Damien Miller 2012-12-12 11:00:37 +11:00
parent ec7ce9ace4
commit 37834afe7b
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
- markus@cvs.openbsd.org 2012/12/11 23:12:13
[try-ciphers.sh]
add hmac-ripemd160-etm@openssh.com
- (djm) [mac.c] fix merge botch
20121207
- (dtucker) OpenBSD CVS Sync

1
mac.c
View File

@ -57,6 +57,7 @@ struct {
int truncatebits; /* truncate digest if != 0 */
int key_len; /* just for UMAC */
int len; /* just for UMAC */
int etm; /* Encrypt-then-MAC */
} macs[] = {
/* Encrypt-and-MAC (encrypt-and-authenticate) variants */
{ "hmac-sha1", SSH_EVP, EVP_sha1, 0, 0, 0, 0 },