Browse Source

Changed option "crypto" to "gnutls"

Paul-Louis Ageneau 5 years ago
parent
commit
e72651a635
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Jamfile

+ 3 - 3
Jamfile

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