1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 21:48:10 -05:00

openvms: Remove pre-processor for SecureTransport as VMS cannot support it

Fixes #3768
Closes #3785
This commit is contained in:
Steve Holme 2019-04-15 23:12:00 +01:00
parent d69ffec9d8
commit 7b131a1461

View File

@ -328,9 +328,6 @@ $write cvh "#endif"
$write cvh "#ifdef USE_CYASSL"
$write cvh "#undef USE_CYASSL"
$write cvh "#endif"
$write cvh "#ifdef USE_DARWINSSL"
$write cvh "#undef USE_DARWINSSL"
$write cvh "#endif"
$write cvh "#ifdef USE_GNUTLS"
$write cvh "#undef USE_GNUTLS"
$write cvh "#endif"