aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/ed25519
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-09-10 19:19:19 -0400
committerJack Lloyd <[email protected]>2018-10-01 12:53:53 -0400
commit8eb900731da945d276f723534af09592213ee582 (patch)
treed080c6fd2ca760796b522d21288b0b4bfc0b6e65 /src/lib/pubkey/ed25519
parenta792728e8941b62761052f5e0d288ba13a016c77 (diff)
Remove support for Visual C++ 2013
Closes GH #1557
Diffstat (limited to 'src/lib/pubkey/ed25519')
-rw-r--r--src/lib/pubkey/ed25519/ed25519_fe.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/pubkey/ed25519/ed25519_fe.h b/src/lib/pubkey/ed25519/ed25519_fe.h
index 9a9967554..87ab9caf3 100644
--- a/src/lib/pubkey/ed25519/ed25519_fe.h
+++ b/src/lib/pubkey/ed25519/ed25519_fe.h
@@ -59,10 +59,8 @@ class FE_25519
FE_25519(const FE_25519& other) = default;
FE_25519& operator=(const FE_25519& other) = default;
-#if !defined(BOTAN_BUILD_COMPILER_IS_MSVC_2013)
FE_25519(FE_25519&& other) = default;
FE_25519& operator=(FE_25519&& other) = default;
-#endif
void from_bytes(const uint8_t b[32]);
void to_bytes(uint8_t b[32]) const;