cmake: add rustls

Closes #14534
This commit is contained in:
Jan Venekamp 2024-08-14 00:05:44 +02:00 committed by Viktor Szakats
parent db39c668a8
commit ed76a23fcc
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 70 additions and 1 deletions

View file

@ -689,6 +689,9 @@ ${SIZEOF_TIME_T_CODE}
/* if BearSSL is enabled */
#cmakedefine USE_BEARSSL 1
/* if rustls is enabled */
#cmakedefine USE_RUSTLS 1
/* if wolfSSL is enabled */
#cmakedefine USE_WOLFSSL 1