aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cipher/ChangeLog4
-rw-r--r--cipher/rand-internal.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 585e75be9..74a44a673 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-06 Stefan Bellon <[email protected]>
+
+ * rand-internal.h (rndriscos_gather_random): Added prototype.
+
2002-11-06 David Shaw <[email protected]>
* blowfish.c (burn_stack), cast5.c (burn_stack), des.c
diff --git a/cipher/rand-internal.h b/cipher/rand-internal.h
index 581902b2a..ab01bc6db 100644
--- a/cipher/rand-internal.h
+++ b/cipher/rand-internal.h
@@ -31,6 +31,8 @@ int rndw32_gather_random (void (*add)(const void*, size_t, int),
int requester, size_t length, int level);
int rndw32_gather_random_fast (void (*add)(const void*, size_t, int),
int requester );
+int rndriscos_gather_random (void (*add)(const void*, size_t, int),
+ int requester, size_t length, int level);
#endif /*G10_RAND_INTERNAL_H*/