aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/random.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-08-07 08:53:38 +0000
committerWerner Koch <[email protected]>1998-08-07 08:53:38 +0000
commit6d21f2838dcfee933f4c430fba68ba8ada3abd50 (patch)
treeecf44aec40a55d3fd46fc6a6d96bb3afa7901029 /cipher/random.h
parentadd salted and iterated mode (diff)
downloadgnupg-6d21f2838dcfee933f4c430fba68ba8ada3abd50.tar.gz
gnupg-6d21f2838dcfee933f4c430fba68ba8ada3abd50.zip
chnages done at the train
Diffstat (limited to '')
-rw-r--r--cipher/random.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cipher/random.h b/cipher/random.h
index d93e5b766..2ac50a7d4 100644
--- a/cipher/random.h
+++ b/cipher/random.h
@@ -26,7 +26,6 @@
void secure_random_alloc(void);
int quick_random_gen( int onoff );
void randomize_buffer( byte *buffer, size_t length, int level );
-byte get_random_byte( int level );
byte *get_random_bits( size_t nbits, int level, int secure );
void add_randomness( const void *buffer, size_t length, int source );