diff options
author | Werner Koch <[email protected]> | 1998-05-13 17:53:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-05-13 17:53:36 +0000 |
commit | 0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce (patch) | |
tree | c569c8c335f811af291181d48bceb336906025a0 /cipher/random.h | |
parent | add DSA key generation (diff) | |
download | gnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.tar.gz gnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.zip |
can create v4 signatures
Diffstat (limited to 'cipher/random.h')
-rw-r--r-- | cipher/random.h | 2 |
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); |