Commit 5ad20dbc authored by Alex Chernyakhovsky's avatar Alex Chernyakhovsky Committed by Alex Chernyakhovsky
Browse files

Stop using deprecated Nettle functions

Previously, ocb_internal.cc supported different key sizes, by way of
the deprecated aes_* function family. However, in practice, mosh
always uses AES-128. In Nettle, the explicit key-size APIs are not
deprecated, so switch to AES-128 directly.

Fixes: 1202
parent db49808a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment