aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography/TOTP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Cryptography/TOTP.cpp')
-rw-r--r--src/common/Cryptography/TOTP.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Cryptography/TOTP.cpp b/src/common/Cryptography/TOTP.cpp
index 9e89c212af4..86050f9ae13 100644
--- a/src/common/Cryptography/TOTP.cpp
+++ b/src/common/Cryptography/TOTP.cpp
@@ -16,7 +16,6 @@
*/
#include "TOTP.h"
-#include <cstring>
#include <openssl/evp.h>
#include <openssl/hmac.h>