Home | History | Annotate | Download | only in vms

Lines Matching refs:OPENSSL

8 $! If OPENSSL is defined, but SSL$INCLUDE is not, then OpenSSL will be
21 $! Note, you must match the pointer size that the OpenSSL
49 $! Note, you must match the pointer size that the OpenSSL
51 $! correct HP OpenSSL image.
53 $! OSSLOLB Use OpenSSL object libraries (.OLB), even if shared
96 $! Added OSSLOLB option, and support for OpenSSL
102 $! here, eliminating the hard-coded OpenSSL nonsense.
276 $ openssl = 0
550 $ if (f$trnlnm("OPENSSL") .nes. "")
573 $! Use OpenSSL. Assume object libraries, unless shared images
578 $ openssl = 1
588 $! OpenSSL shared images with "SSL_xxx.EXE names.
589 $ openssl = 2
596 $! OpenSSL shared images with "xxx.EXE names.
597 $ openssl = 3
696 $ if (openssl .ne. 0)
698 $ if (openssl .eq. 1)
701 "%CURL-I-BLDOSSL_OLB, building with OpenSSL (object library) support"
704 "%CURL-I-BLDOSSL_EXE, building with OpenSSL (shared image) support"
716 $ if (openssl .ne. 0)
728 $ if (openssl .eq. 1)
734 $ if (openssl .eq. 2)
747 $ write sys$output "Can't find OpenSSL ''msg':"
841 $ if (openssl .ne. 0)
843 $ if (openssl .eq. 1)
845 $ 'vo_l' "%CURL-I-LINK_OSSL, linking with OpenSSL (object library)"
847 $ 'vo_l' "%CURL-I-LINK_HPSSL, linking with OpenSSL (shared image)"