diff options
| author | Werner Koch <[email protected]> | 2005-07-27 18:10:56 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2005-07-27 18:10:56 +0000 |
| commit | a1cdf3c75fd5c644607b1877207d1d5b507a5bb9 (patch) | |
| tree | db7ed08934f367159a6792990476c0991fa44246 /cipher/random.h | |
| parent | Removed directories which are only used by the 1.9 branch (diff) | |
| download | gnupg-a1cdf3c75fd5c644607b1877207d1d5b507a5bb9.tar.gz gnupg-a1cdf3c75fd5c644607b1877207d1d5b507a5bb9.zip | |
Converted all m_free to xfree etc.
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 08d1e2ddd..9e8090ec7 100644 --- a/cipher/random.h +++ b/cipher/random.h @@ -25,7 +25,7 @@ /*-- random.c --*/ void random_dump_stats(void); -void secure_random_alloc(void); +void secure_randoxmalloc(void); void set_random_seed_file(const char *); void update_random_seed_file(void); int quick_random_gen( int onoff ); |
