aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/capi.c')
-rw-r--r--src/capi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/capi.c b/src/capi.c
index 594048d1..5dad8a67 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -2,6 +2,7 @@
* File: capi.c
*
* Copyright 2002-2007 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2023 Rodrigo Arias Mallo <rodarima@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -454,7 +455,7 @@ int a_Capi_open_url(DilloWeb *web, CA_Callback_t Call, void *CbData)
!dStrAsciiCasecmp(scheme, "https")) {
/* http request */
-#ifndef ENABLE_SSL
+#ifndef ENABLE_TLS
if (!dStrAsciiCasecmp(scheme, "https")) {
if (web->flags & WEB_RootUrl)
a_UIcmd_set_msg(web->bw,