diff --git a/jets/e/sha1.c b/jets/e/sha1.c index 2910c1fbe..32aeb7da9 100644 --- a/jets/e/sha1.c +++ b/jets/e/sha1.c @@ -33,7 +33,7 @@ CC_SHA1_Update(&ctx_h, fat_y, wid); CC_SHA1_Final(dig_y, &ctx_h); #else - SHA1_CTX ctx_h; + SHA_CTX ctx_h; SHA1_Init(&ctx_h); SHA1_Update(&ctx_h, fat_y, wid);