AES-SIV: Make aes_s2v() static
authorJouni Malinen <j@w1.fi>
Mon, 5 Jan 2015 13:22:36 +0000 (15:22 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 5 Jan 2015 13:22:36 +0000 (15:22 +0200)
commitf6ebbcf62a7801a029e0b94c8e436b36720d27bd
treeb861321c7699274b97e4b6af96e7e43bdd3d1d05
parentdcf8fbc0587d2a83f7e61edc4c829e5b439b04c8
AES-SIV: Make aes_s2v() static

This function is not used outside aes-siv.c. In addition, include the
aes_siv.h header to make sure that functions get declared consistently.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/aes-siv.c