aboutsummaryrefslogtreecommitdiffstats
path: root/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'cipher')
-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 ebc7d2a7a..17ef1f94e 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-12 Stefan Bellon <[email protected]>
+
+ * rand-internal.h (rndriscos_gather_random): Added prototype.
+
2002-08-30 Werner Koch <[email protected]>
* random.c: Automagically detect the entropy gatherer when
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*/