X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fshavs.h;fp=test_src%2Fshavs.h;h=d19476e78f75deb08dabb31c87a4a042feaa527e;hb=f26c4e0df2415993c0c85229cbab83f393526342;hp=11c03802b82ab8b42cacb4ca7c3c0bef391f2a18;hpb=3602a99dd3ed1b20dc359734cd36316a7ee5c27e;p=avr-crypto-lib.git diff --git a/test_src/shavs.h b/test_src/shavs.h index 11c0380..d19476e 100644 --- a/test_src/shavs.h +++ b/test_src/shavs.h @@ -18,10 +18,10 @@ */ /** * \file shavs.h - * \author Daniel Otte + * \author Daniel Otte * \date 2006-05-16 * \license GPLv3 or later - * + * */ #ifndef SHAVS_H_ @@ -36,5 +36,7 @@ extern hfdesc_t** shavs_algolist; void shavs_listalgos(void); void shavs_setalgo(char* param); void shavs_test1(void); +void shavs_test2(void); + #endif /* SHAVS */