Browse Source

Disabled crypto option in Jamfile

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

+ 1 - 1
Jamfile

@@ -23,7 +23,7 @@ lib libdatachannel
 	<cxxflags>-pthread
 	;
 
-feature crypto : openssl gnutls : composite propagated ;
+# feature crypto : openssl gnutls : composite propagated ;
 feature.compose <crypto>openssl
     : <define>USE_GNUTLS=0 ;
 feature.compose <crypto>gnutls