aboutsummaryrefslogtreecommitdiff
path: root/gosthash2012_ref.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2021-12-03 12:32:35 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-12-11 19:45:14 +0300
commit4e903e81e783f74ec6624a3a53e96370492c0bba (patch)
treea552620c780a1b82976dd06813d78f9dbecf6a30 /gosthash2012_ref.h
parentbf06cbf5baa8d0f589bfb090455c3988c261a3f7 (diff)
downloadgost-engine-4e903e81e783f74ec6624a3a53e96370492c0bba.zip
gost-engine-4e903e81e783f74ec6624a3a53e96370492c0bba.tar.gz
gost-engine-4e903e81e783f74ec6624a3a53e96370492c0bba.tar.bz2
MSVC: Remove GCC pragma messages
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>
Diffstat (limited to 'gosthash2012_ref.h')
-rw-r--r--gosthash2012_ref.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gosthash2012_ref.h b/gosthash2012_ref.h
index c113e15..f2383ea 100644
--- a/gosthash2012_ref.h
+++ b/gosthash2012_ref.h
@@ -12,8 +12,6 @@
# 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]; \