These planned to be removed later anyway. Error message:
gosthash2012_ref.h(15,18): warning C4081: expected '('; found 'string'
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
# error "GOST R 34.11-2012: portable implementation disabled in config.h"
#endif
-# pragma message "Use regular implementation"
-
#define X(x, y, z) { \
z->QWORD[0] = x->QWORD[0] ^ y->QWORD[0]; \
z->QWORD[1] = x->QWORD[1] ^ y->QWORD[1]; \
# error "GOST R 34.11-2012: SSE2 not enabled"
#endif
-# pragma message "Use SIMD implementation"
-
#include <mmintrin.h>
#include <emmintrin.h>
#ifdef __SSE3__