aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/random.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-05-13 17:53:36 +0000
committerWerner Koch <[email protected]>1998-05-13 17:53:36 +0000
commit0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce (patch)
treec569c8c335f811af291181d48bceb336906025a0 /cipher/random.h
parentadd DSA key generation (diff)
downloadgnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.tar.gz
gnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.zip
can create v4 signatures
Diffstat (limited to 'cipher/random.h')
-rw-r--r--cipher/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.h b/cipher/random.h
index c45c9831b..d93e5b766 100644
--- a/cipher/random.h
+++ b/cipher/random.h
@@ -32,7 +32,7 @@ void add_randomness( const void *buffer, size_t length, int source );
/*-- the next two functions are implemented by all the system
- specific source files rand_xxxx.s --*/
+ specific source files rand-xxxx.c --*/
void random_poll(void);
void fast_random_poll(void);