[PATCH v3 2/7] Compile DRBG
Stephan Mueller
smueller at chronox.de
Wed Mar 19 08:37:01 CET 2014
Add the drbg.c file to the Makefile.
Signed-off-by: Stephan Mueller <smueller at chronox.de>
---
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
More information about the Gcrypt-devel
mailing list