]> WPIA git - cassiopeia.git/blobdiff - src/crypto/remoteSigner.h
cln: Move code around, cleanup structure
[cassiopeia.git] / src / crypto / remoteSigner.h
similarity index 85%
rename from src/remoteSigner.h
rename to src/crypto/remoteSigner.h
index 333265cfd3d450840d8f0db0e45685ba1377a256..09331bbacd9cff5567fce1ef7d8b3b9be298d0a7 100644 (file)
@@ -2,11 +2,11 @@
 #include <memory>
 #include <openssl/ssl.h>
 
-#include "database.h"
-#include "signer.h"
-#include "bios.h"
-#include "opensslBIO.h"
-#include "record.h"
+#include "db/database.h"
+#include "crypto/signer.h"
+#include "io/bios.h"
+#include "io/opensslBIO.h"
+#include "io/record.h"
 
 
 class RemoteSigner : public Signer {