diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-07-11 15:21:47 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-08-19 16:31:05 +0200 |
commit | c19871af6d6ae7faef0d4052b3a27e59814abcf1 (patch) | |
tree | 77aebd2b3ff1e80da0f745c03fbcdece41c3f024 /modules/websocket | |
parent | 5cb41faece5969314ed69e0292d0a51f0425c53a (diff) |
Move CryptoCore to it's own folder.
Crypto classes will be placed in core/crypto.
Diffstat (limited to 'modules/websocket')
-rw-r--r-- | modules/websocket/wsl_peer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/websocket/wsl_peer.cpp b/modules/websocket/wsl_peer.cpp index b11bd2b70f..f94f3dfff7 100644 --- a/modules/websocket/wsl_peer.cpp +++ b/modules/websocket/wsl_peer.cpp @@ -35,7 +35,7 @@ #include "wsl_client.h" #include "wsl_server.h" -#include "core/math/crypto_core.h" +#include "core/crypto/crypto_core.h" #include "core/math/random_number_generator.h" #include "core/os/os.h" |