summaryrefslogtreecommitdiff
path: root/config_asm.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-07-27 12:46:11 -0400
committerJeffrey Walton <noloader@gmail.com>2020-07-27 12:46:11 -0400
commit95e0d5de198147dff223bb40fde7017c403a0e3f (patch)
treed424239c067fd1c90b366089156e8665bc52cf4c /config_asm.h
parent1432ae08195be0f5c797760fb987b568ceb715b9 (diff)
downloadcryptopp-git-95e0d5de198147dff223bb40fde7017c403a0e3f.tar.gz
Update test programs
Diffstat (limited to 'config_asm.h')
-rw-r--r--config_asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_asm.h b/config_asm.h
index 6f48bfea..6bc0340f 100644
--- a/config_asm.h
+++ b/config_asm.h
@@ -217,7 +217,7 @@
# undef CRYPTOPP_AESNI_AVAILABLE
#endif
-// Fixup for SunCC 12.1-12.6. Compiler crash on GCM_Reduce_CLMUL and friends.
+// Fixup for SunCC 12.1-12.6. Compiler crash on GCM_Reduce_CLMUL.
// http://github.com/weidai11/cryptopp/issues/226
#if defined(__SUNPRO_CC) && (__SUNPRO_CC <= 0x5150)
# undef CRYPTOPP_CLMUL_AVAILABLE