Ver código fonte

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 anos atrás
pai
commit
ca186db09f
1 arquivos alterados com 1 adições e 0 exclusões
  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