summaryrefslogtreecommitdiff
path: root/random/random.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-08-22 19:17:05 +0000
committerWerner Koch <wk@gnupg.org>2008-08-22 19:17:05 +0000
commit8773461c06ced4014ce2913b2621987c601a9ac0 (patch)
tree72d661ad427db4b6107b263a37025682c4ea4470 /random/random.h
parent393d3b3b0cb80223cde9be75a6a10169e37c5778 (diff)
downloadlibgcrypt-8773461c06ced4014ce2913b2621987c601a9ac0.tar.gz
Completed the RNG implementaion switching.
Added framework for running RNG tests. Added an experimental option --enable-hmac-binary-check to configure. --This line, and those below, will be ignored-- M src/fips.c M src/cipher-proto.h M src/global.c M src/hmac256.c M src/ChangeLog M src/hmac256.h M src/Makefile.am M tests/Makefile.am M configure.ac M doc/gcrypt.texi M random/random-fips.c M random/random.c M random/rand-internal.h M random/random.h M random/ChangeLog M ChangeLog M README
Diffstat (limited to 'random/random.h')
-rw-r--r--random/random.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/random/random.h b/random/random.h
index 1db189ea..eda44d36 100644
--- a/random/random.h
+++ b/random/random.h
@@ -22,6 +22,7 @@
#include "types.h"
+/*-- random.c --*/
void _gcry_register_random_progress (void (*cb)(void *,const char*,int,int,int),
void *cb_data );
@@ -38,6 +39,7 @@ void _gcry_update_random_seed_file (void);
byte *_gcry_get_random_bits( size_t nbits, int level, int secure );
void _gcry_fast_random_poll( void );
+
/*-- rndegd.c --*/
gpg_error_t _gcry_rndegd_set_socket_name (const char *name);