Changed option "crypto" to "gnutls"

This commit is contained in:
Paul-Louis Ageneau
2020-06-04 10:41:57 +02:00
parent c823249a72
commit e72651a635

View File

@ -23,10 +23,10 @@ lib libdatachannel
<cxxflags>-pthread <cxxflags>-pthread
; ;
# feature crypto : openssl gnutls : composite propagated ; feature gnutls : off on : composite propagated ;
feature.compose <crypto>openssl feature.compose <gnutls>off
: <define>USE_GNUTLS=0 ; : <define>USE_GNUTLS=0 ;
feature.compose <crypto>gnutls feature.compose <gnutls>on
: <define>USE_GNUTLS=1 ; : <define>USE_GNUTLS=1 ;
alias plog alias plog