Use SSL on divelogs.de upload

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2013-04-27 14:50:58 +03:00 committed by Dirk Hohndel
parent cc1d661881
commit 5c4a7c7498

View file

@ -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;