aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2002-11-06 16:17:14 +0000
committerStefan Bellon <[email protected]>2002-11-06 16:17:14 +0000
commiteb6f7ce0ad8dfa5a6643a10827e977655d2e3b99 (patch)
tree08bc97207c66214cbb09b4fb3773acd0b1efd580
parent* secmem.c (secmem_free, secmem_term): Use wipememory2() instead of (diff)
downloadgnupg-eb6f7ce0ad8dfa5a6643a10827e977655d2e3b99.tar.gz
gnupg-eb6f7ce0ad8dfa5a6643a10827e977655d2e3b99.zip
added prototype that was missing in CVS since long ago
-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*/