aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/random.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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*/