From fe272496f0f9e6e12bfa35f6f1c9d05af9feca2c Mon Sep 17 00:00:00 2001 From: Stephan Mueller Date: Sat, 8 Mar 2014 23:13:33 +0100 Subject: [PATCH v3 2/7] Compile DRBG To: gcrypt-devel@gnupg.org Cc: jeremy.wayne.powell@gmail.com Add the drbg.c file to the Makefile. Signed-off-by: Stephan Mueller --- 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