diff options
-rw-r--r-- | system/gd/security/ecdh_keys.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/gd/security/ecdh_keys.cc b/system/gd/security/ecdh_keys.cc index 951654ce05..9a4214b848 100644 --- a/system/gd/security/ecdh_keys.cc +++ b/system/gd/security/ecdh_keys.cc @@ -22,6 +22,7 @@ TODO: We should have random number management in separate file, and we should honour all the random number requirements from the spec!! **********************************************************************************************************************/ +#include <string.h> #include <chrono> #include <cstdlib> |