summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim King <jaseking@amazon.com>2023-01-18 11:54:30 -0500
committerDaniel Stenberg <daniel@haxx.se>2023-03-30 10:56:14 +0200
commit34ef4fab22d93cf7ef1d6c2954a0bad19f323ea9 (patch)
tree3baf04654b7eaa0bb14f9acf8b8798cc24d5ec46 /include
parent1e3319a167d2f32d295603167486e9e88af9bb4e (diff)
downloadcurl-34ef4fab22d93cf7ef1d6c2954a0bad19f323ea9.tar.gz
openssl: interop with AWS-LC
* Configure changes to detect AWS-LC * CMakeLists.txt changes to detect AWS-LC * Compile-time branches needed to support AWS-LC * Correctly set OSSL_VERSION and report AWS-LC release number * GitHub Actions script to build with autoconf and cmake against AWS-LC AWS-LC is a BoringSSL/OpenSSL derivative For more information see https://github.com/awslabs/aws-lc/ Closes #10320
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index a4872bd47..e8b551b13 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -174,8 +174,9 @@ typedef enum {
} curl_sslbackend;
/* aliases for library clones and renames */
-#define CURLSSLBACKEND_LIBRESSL CURLSSLBACKEND_OPENSSL
+#define CURLSSLBACKEND_AWSLC CURLSSLBACKEND_OPENSSL
#define CURLSSLBACKEND_BORINGSSL CURLSSLBACKEND_OPENSSL
+#define CURLSSLBACKEND_LIBRESSL CURLSSLBACKEND_OPENSSL
/* deprecated names: */
#define CURLSSLBACKEND_CYASSL CURLSSLBACKEND_WOLFSSL