aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/random.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-09-15 14:26:39 +0000
committerWerner Koch <[email protected]>1999-09-15 14:26:39 +0000
commitdcaaa9223e2d1e0af80ddc2d3d70232cbac60d55 (patch)
treeea3c225eda906d79540f9ec5e4b43d18323e2993 /cipher/random.h
parentSee ChangeLog: Mon Sep 13 10:55:14 CEST 1999 Werner Koch (diff)
downloadgnupg-1-0-4.tar.gz
gnupg-1-0-4.zip
See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1
Diffstat (limited to 'cipher/random.h')
-rw-r--r--cipher/random.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cipher/random.h b/cipher/random.h
index 64ffdb5e6..649325c58 100644
--- a/cipher/random.h
+++ b/cipher/random.h
@@ -31,4 +31,9 @@ void randomize_buffer( byte *buffer, size_t length, int level );
byte *get_random_bits( size_t nbits, int level, int secure );
void fast_random_poll( void );
+/*-- rndw32.c --*/
+#ifdef USE_STATIC_RNDW32
+void rndw32_set_dll_name( const char *name );
+#endif
+
#endif /*G10_RANDOM_H*/