authsrv: randomize aes key in mkkey(), not used yet.

This commit is contained in:
cinap_lenrek 2015-08-21 03:32:05 +02:00
parent c3487a4b49
commit 501774b096

View file

@ -1002,6 +1002,7 @@ void
mkkey(Authkey *k)
{
randombytes((uchar*)k->des, DESKEYLEN);
randombytes((uchar*)k->aes, AESKEYLEN);
}
void