Lines Matching defs:disabled
17 @EXPORT = qw(alldisabled anydisabled disabled config available_protocols
60 corresponding feature is disabled and 0 otherwise.
63 ARRAY are disabled, while anydisabled returns 1 if any of them are
64 disabled.
76 i.e. if IPv6 was explicitly disabled with -DOPENSSL_USE_IPv6=0.
83 our %disabled;
95 %disabled = %configdata::disabled;
120 # that can be disabled.
121 # returns a list of 1s (if the corresponding feature is disabled)
124 return map { exists $disabled{lc $_} ? 1 : 0 } @_;
150 sub disabled {
230 # If OpenSSL is configured with IPv6 explicitly disabled, no IPv6
235 # Similarly, if a config target has explicitly disabled IPv6, no