Major restructuring of the internals of SILC Cipher API
[crypto.git] / lib / silccrypt / sha256.c
index 5c317d8c4a81a4e1cab1df27ea15189b3307116d..00df535284ae31d8bfb1b3b32d80d6990fdd9182 100644 (file)
@@ -40,7 +40,7 @@ SILC_HASH_API_CONTEXT_LEN(sha256)
 #pragma intrinsic(_lrotr,_lrotl)
 #define RORc(x,n) _lrotr(x,n)
 #else
-#define RORc(x, y) silc_ror(x, y)
+#define RORc(x, y) silc_rorc(x, y)
 #endif /* _MSC_VER */
 
 /* Various logical functions */