We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The outdated USE_DARWINSSL is still used in some files inside of packages/vms:
USE_DARWINSSL
packages/vms
$ git grep -C 4 USE_DARWINSSL packages/vms/generate_config_vms_h_curl.com-$write cvh "#endif" packages/vms/generate_config_vms_h_curl.com-$write cvh "#ifdef USE_CYASSL" packages/vms/generate_config_vms_h_curl.com-$write cvh "#undef USE_CYASSL" packages/vms/generate_config_vms_h_curl.com-$write cvh "#endif" packages/vms/generate_config_vms_h_curl.com:$write cvh "#ifdef USE_DARWINSSL" packages/vms/generate_config_vms_h_curl.com:$write cvh "#undef USE_DARWINSSL" packages/vms/generate_config_vms_h_curl.com-$write cvh "#endif" packages/vms/generate_config_vms_h_curl.com-$write cvh "#ifdef USE_GNUTLS" packages/vms/generate_config_vms_h_curl.com-$write cvh "#undef USE_GNUTLS" packages/vms/generate_config_vms_h_curl.com-$write cvh "#endif"
Since I have no idea what this folder does, I don't want to touch it.
The text was updated successfully, but these errors were encountered:
I presume that's pretty harmless though since surely you cannot use Secure Transport (or darwinssl) on VMS anyway...
This file seems to be generated by the build_vms.com script...
build_vms.com
Sorry, something went wrong.
/cc @wb8tyw
openvms: Remove pre-processor for SecureTransport as VMS cannot suppo…
7841597
…rt it Fixes curl#3768
7b131a1
Successfully merging a pull request may close this issue.
The outdated
USE_DARWINSSL
is still used in some files inside ofpackages/vms
:Since I have no idea what this folder does, I don't want to touch it.
The text was updated successfully, but these errors were encountered: