diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-05-11 12:24:04 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-05-11 12:24:04 +0200 |
commit | 5bc1f7bed536e0e936fd13fad45c49392b0bfff4 (patch) | |
tree | 67d4b63e38c6799d63ae4f78168d6838c4e13906 /https.cpp | |
parent | 2715d8e5910304d89a5a1666726aac3b777ad16c (diff) |
Separated out routines to libcommon
Diffstat (limited to 'https.cpp')
-rw-r--r-- | https.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ #include "https.h" #include "config.h" -#include "file.h" #include "server.h" #include "response.h" +#include "libcommon/file.h" + #include <openssl/ssl.h> #include <openssl/crypto.h> |