Kaynağa Gözat

openssl: enable elliptic curve crypto by default (so that it can be used by things like ipsec as well)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37524
Felix Fietkau 12 yıl önce
ebeveyn
işleme
ca186db09f
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      package/libs/openssl/Config.in

+ 1 - 0
package/libs/openssl/Config.in

@@ -3,6 +3,7 @@ menu "Configuration"
 
 config OPENSSL_WITH_EC
 	bool
+	default y
 	prompt "Enable elliptic curve support"
 
 config OPENSSL_WITH_EC2M