mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Based on a patchset by Etienne CHAMPETIER <champetier.etienne@gmail.com> Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43123
		
			
				
	
	
		
			29 lines
		
	
	
		
			510 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			510 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menu "Configuration"
 | |
| 	depends on PACKAGE_libopenssl
 | |
| 
 | |
| config OPENSSL_WITH_EC
 | |
| 	bool
 | |
| 	default y
 | |
| 	prompt "Enable elliptic curve support"
 | |
| 
 | |
| config OPENSSL_WITH_EC2M
 | |
|         bool
 | |
|         depends on OPENSSL_WITH_EC
 | |
|         prompt "Enable ec2m support"
 | |
| 
 | |
| config OPENSSL_WITH_SSL3
 | |
| 	bool
 | |
| 	default n
 | |
| 	prompt "Enable sslv3 support"
 | |
| 
 | |
| config OPENSSL_ENGINE_CRYPTO
 | |
| 	bool
 | |
| 	prompt "Crypto acceleration support"
 | |
| 
 | |
| config OPENSSL_ENGINE_DIGEST
 | |
| 	bool
 | |
| 	depends on OPENSSL_ENGINE_CRYPTO
 | |
| 	prompt "Digests acceleration support"
 | |
| 
 | |
| endmenu
 |