diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2013-04-27 14:50:58 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-27 21:00:10 -0700 |
commit | 5c4a7c749885efc620f168860c051631e18ea786 (patch) | |
tree | 99726432b1ab29ee676e263eef9c684624ff79b5 | |
parent | cc1d661881207eece75def787dc2e9cc014eb6bb (diff) | |
download | subsurface-5c4a7c749885efc620f168860c051631e18ea786.tar.gz |
Use SSL on divelogs.de upload
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | webservice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webservice.c b/webservice.c index 8f00025d2..f11dc37a9 100644 --- a/webservice.c +++ b/webservice.c @@ -366,7 +366,7 @@ int divelogde_upload(char *fn) SoupSession *session; SoupBuffer *sbuf; gboolean ret = FALSE; - char url[256] = "http://divelogs.de/DivelogsDirectImport.php"; + char url[256] = "https://divelogs.de/DivelogsDirectImport.php"; const char *pass = NULL; const char *user = NULL; struct memblock mem; |