summaryrefslogtreecommitdiff
path: root/random/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-06-23 09:11:47 +0200
committerWerner Koch <wk@gnupg.org>2017-06-23 09:11:47 +0200
commit8dfae89ecd3e9ae0967586cb38d12ef9111fc7cd (patch)
treead08019807856b3734afa1d77323d679c2d9d95c /random/Makefile.am
parent27148e60ba15b0cb73b47a75c688fcb48a1a3444 (diff)
downloadlibgcrypt-8dfae89ecd3e9ae0967586cb38d12ef9111fc7cd.tar.gz
random: Update jitterentropy to 2.1.0.
* random/rndjent.c (jent_get_nstime, jent_zfree) (jent_fips_enabled, jent_zalloc): Move functions and macros to ... * random/jitterentropy-base-user.h: this file. That files was not used before. * random/Makefile.am (EXTRA_librandom_la_SOURCES): Add jitterentropy-base-user. * random/jitterentropy-base.c: Update to version 2.1.0. * random/jitterentropy.h: Ditto. -- The files jitterentropy-base.c and jitterentropy.h are are now verbatim copies of the upstream source using a private copy received prior to a push to the upstream repo. Though, 3 white spaces issues were fixed. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'random/Makefile.am')
-rw-r--r--random/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/random/Makefile.am b/random/Makefile.am
index aaf205ee..a3c5dd59 100644
--- a/random/Makefile.am
+++ b/random/Makefile.am
@@ -50,7 +50,7 @@ rndegd.c \
rndunix.c \
rndw32.c \
rndw32ce.c \
-jitterentropy-base.c jitterentropy.h
+jitterentropy-base.c jitterentropy.h jitterentropy-base-user.c
# The rndjent module needs to be compiled without optimization. */