[PATCH 2/8] Compile DRBG

Stephan Mueller smueller at chronox.de
Sun Mar 2 14:07:09 CET 2014


Add the drbg.c file to the Makefile.

Signed-off-by: Stephan Mueller <smueller at chronox.de>
---
 random/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/random/Makefile.am b/random/Makefile.am
index c9d587a..e073fa4 100644
--- a/random/Makefile.am
+++ b/random/Makefile.am
@@ -35,6 +35,7 @@ random.c random.h \
 rand-internal.h \
 random-csprng.c \
 random-fips.c \
+drbg.c \
 random-system.c \
 rndhw.c
 
-- 
1.8.5.3





More information about the Gcrypt-devel mailing list