diff options
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/build_vms.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/vms/build_vms.com b/packages/vms/build_vms.com index d7edc463e..e21e57c47 100644 --- a/packages/vms/build_vms.com +++ b/packages/vms/build_vms.com @@ -549,7 +549,7 @@ $ if (.not. nossl) $ then $ if (f$trnlnm("OPENSSL") .nes. "") $ then -$! cc_defs = cc_defs + ", USE_SSLEAY=1" +$! cc_defs = cc_defs + ", USE_OPENSSL=1" $ if ((f$trnlnm("SSL$INCLUDE") .nes. "") .and. (.not. nohpssl)) $ then $! Use HP SSL. |