aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/random.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1997-12-20 17:23:29 +0000
committerWerner Koch <[email protected]>1997-12-20 17:23:29 +0000
commitcb5459aed775ed1eafcd89bb38544c6360c40e49 (patch)
tree38716e06e78ec08cf557b1df68ef001f8c9dfeb1 /cipher/random.c
parentbetter prime number generator. improved ELG key generation (diff)
downloadgnupg-cb5459aed775ed1eafcd89bb38544c6360c40e49.tar.gz
gnupg-cb5459aed775ed1eafcd89bb38544c6360c40e49.zip
very first release
Diffstat (limited to '')
-rw-r--r--cipher/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.c b/cipher/random.c
index 2848aad74..83efc4b78 100644
--- a/cipher/random.c
+++ b/cipher/random.c
@@ -30,7 +30,7 @@
struct cache {
int len;
- byte buffer[100]; /* fixme: should be allocalted with m_alloc_secure()*/
+ byte buffer[100]; /* fixme: should be allocated with m_alloc_secure()*/
};
static struct cache cache[3];