X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Fsha256.c;h=3a5abc45b957936ad98ea3a57e747a9dd66057ac;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=4b149a8d288508454caa6ffaaad4236c93bafbb6;hpb=bc3393d27dac88c719a9a52108757d116b28db20;p=silc.git diff --git a/lib/silccrypt/sha256.c b/lib/silccrypt/sha256.c index 4b149a8d..3a5abc45 100644 --- a/lib/silccrypt/sha256.c +++ b/lib/silccrypt/sha256.c @@ -53,7 +53,7 @@ SILC_HASH_API_CONTEXT_LEN(sha256) #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) -#ifndef SILC_SHA256_ASM +#ifndef SILC_SHA256_X86 /* Transform 512-bits */ void sha256_transform(SilcUInt32 *state, unsigned char *buf) @@ -155,7 +155,7 @@ void sha256_transform(SilcUInt32 *state, unsigned char *buf) } } -#endif /* !SILC_SHA256_ASM */ +#endif /* !SILC_SHA256_X86 */ int sha256_init(sha256_state * md) {