summaryrefslogtreecommitdiff
path: root/gcm.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-08-06 01:24:29 -0400
committerGitHub <noreply@github.com>2022-08-06 01:24:29 -0400
commitd01ab643e9e0d2521fe954d988cecb1d442437aa (patch)
tree0765a49a875178b68510466a279965c7576e854c /gcm.cpp
parent42bd192d8efa7b86ba649f6fc6730ecf32cedacf (diff)
downloadcryptopp-git-d01ab643e9e0d2521fe954d988cecb1d442437aa.tar.gz
Update GCC clobber list for SHA-256 and SHA-512 (PR #1139)
* Clear documentation warning * Update GCC clobber list for SHA-256 and SHA-512 Also see PR #1133 and GH #1134
Diffstat (limited to 'gcm.cpp')
-rw-r--r--gcm.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcm.cpp b/gcm.cpp
index 5adccc8d..fa5736ca 100644
--- a/gcm.cpp
+++ b/gcm.cpp
@@ -559,8 +559,6 @@ size_t GCM_Base::AuthenticateBlocks(const byte *data, size_t len)
#endif
#if CRYPTOPP_SSE2_ASM_AVAILABLE
- #define PERCENT_REG_(x) "%" #x
- #define PERCENT_REG(x) PERCENT_REG_(x)
case 1: // SSE2 and 2K tables
{