mirror of
https://github.com/urbit/shrub.git
synced 2024-12-15 04:22:48 +03:00
Fix compile-time issue with OpenSSL version of SHA-1 jet.
This commit is contained in:
parent
9498336f2a
commit
e8103edb06
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user