correction on rename of struct

pull/1/head
Jacob Barthelmeh 2015-01-07 15:56:02 -07:00
parent 6195ae1db2
commit 0721d575f6
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ int sha384_test()
#ifdef WOLFSSL_RIPEMD
int ripemd_test(void)
{
wc_RipeMd ripemd;
RipeMd ripemd;
byte hash[RIPEMD_DIGEST_SIZE];
testVector a, b, c, d;