summaryrefslogtreecommitdiffstats
path: root/rules/libmd.in
blob: 7e8def4e819bdadb25da76c0a59fe4d8b7fae2ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## SECTION=system_libraries
menuconfig LIBMD
	tristate
	prompt "libmd                         "
	help
	  Libmd is a cryptographic message digest library. It implements these
	  message digest algorithms:
	    MD2 (RFC 1319 - B. Kaliski)
	    MD4 (RFC 1186 - R. Rivest)
	    MD5 (RFC 1321 - R. Rivest)
	    SHA-1 (FIPS PUB 180 and 180.1 - NIST)
	    RIPEMD-160FIXME
	  It could be used by the upcoming new Xorg server if you don't want
	  the openssl package on your target. If there is already openssl
	  present, the Xorg server can use the SHA-1 from the openssl library.

config LIBMD_STATIC
	bool
	prompt "build static only"
	depends on LIBMD
	help
	  Build a static only version of this library. This makes sense if only
	  one program will use this library on the target and it makes more
	  sense if a CPU with low register count (like x86) is in use.

config LIBMD_DOC
	bool
	prompt "build docs"
	depends on LIBMD
	help
	  Build manuals and html doc