X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fshavs.h;fp=test_src%2Fshavs.h;h=11c03802b82ab8b42cacb4ca7c3c0bef391f2a18;hb=32e8c149a5d05724c3cf32a9ec9b795ac9e87be3;hp=a64f3a648d96450f490b50963854cddd87280633;hpb=a0ce7501a539a69774754515268ab02297dabba7;p=avr-crypto-lib.git diff --git a/test_src/shavs.h b/test_src/shavs.h index a64f3a6..11c0380 100644 --- a/test_src/shavs.h +++ b/test_src/shavs.h @@ -30,10 +30,11 @@ #include #include "hashfunction_descriptor.h" -extern hfdesc_t* algo; -extern hfdesc_t** algolist; +extern hfdesc_t* shavs_algo; +extern hfdesc_t** shavs_algolist; void shavs_listalgos(void); void shavs_setalgo(char* param); +void shavs_test1(void); #endif /* SHAVS */