summaryrefslogtreecommitdiffstats
path: root/rules/nettle.in
blob: e34741eb1239edbe6c4c209f4d9ffed35b7a8a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=networking

menuconfig NETTLE
	tristate
	select LIBGMP	if NETTLE_GMP
	prompt "nettle                        "
	help
	  Nettle is a cryptographic library.

if NETTLE

config NETTLE_GMP
	bool
	prompt "build with full libgmp"
	help
	  Use the real libgmp instead of the bundled mini-gmp.

endif