aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto.def b/auto.def
index fef620d..3833cc8 100644
--- a/auto.def
+++ b/auto.def
@@ -442,7 +442,7 @@ if {[opt-bool-unless-minimal ssl]} {
msg-result "Enabling SSL"
define JIM_SSL
define-append LDLIBS [get-define lib_ERR_error_string] [get-define lib_TLSv1_2_method]
- } elseif {[opt-bool ssl]} {
+ } elseif {[opt-bool -nodefault ssl] > 0} {
user-error "SSL support requires OpenSSL"
}
}