summaryrefslogtreecommitdiff
path: root/random/Makefile.am
diff options
context:
space:
mode:
authorStephan Mueller <smueller@chronox.de>2016-02-16 22:04:53 +0100
committerWerner Koch <wk@gnupg.org>2016-02-19 15:47:02 +0100
commite9b692d25d1c149b5417b70e18f2ce173bc25b6d (patch)
tree3e0e2f83bd4d162cbe87875ff58b0b68db7ff423 /random/Makefile.am
parent934ba2ae5a95a96fdbb3b935b51ba43df66f11df (diff)
downloadlibgcrypt-e9b692d25d1c149b5417b70e18f2ce173bc25b6d.tar.gz
random: Remove ANSI X9.31 DRNG
* random-fips.c: Remove. -- The ANSI X9.31 DRNG is removed as it is completely replaced with the SP800-90A DRBG. Signed-off-by: Stephan Mueller <smueller@chronox.de>
Diffstat (limited to 'random/Makefile.am')
-rw-r--r--random/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/random/Makefile.am b/random/Makefile.am
index 610387d0..92aba201 100644
--- a/random/Makefile.am
+++ b/random/Makefile.am
@@ -34,7 +34,6 @@ librandom_la_SOURCES = \
random.c random.h \
rand-internal.h \
random-csprng.c \
-random-fips.c \
random-drbg.c \
random-system.c \
rndhw.c