From cb5459aed775ed1eafcd89bb38544c6360c40e49 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 20 Dec 1997 17:23:29 +0000 Subject: very first release --- cipher/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher/random.c') 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]; -- cgit v1.2.3