Use the correct direction flag when setting cipher keys.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 16 Jul 2011 13:15:29 +0000 (15:15 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 16 Jul 2011 13:15:29 +0000 (15:15 +0200)
commit2ba61742d4c2ab82525efb806dc654a6d95d335e
treea9d02ae7cb2e9da40f20d65f758c635bf3c02a23
parent303dd1e70219a7542921f6e63d9391ab326d434f
Use the correct direction flag when setting cipher keys.

The flag was set incorrectly, but for most ciphers this does not have
any effect. AES in any of the block modes is picky about it though.
src/protocol_auth.c
src/protocol_key.c