Home | History | Annotate | Download | only in vms

Lines Matching refs:nossl

10 $! be compiled/linked in.  Command-line options NOHPSSL and NOSSL can be
52 $! NOSSL Don't use any SSL, even if available.
275 $ nossl = 0
497 $ if f$locate(",nossl,", args_lower) .lt. args_lower_len
499 $ nossl = 1
548 $ if (.not. nossl)
781 $ if nossl .ne. 0 then conf_params = conf_params + ",nossl"