From a1707e832428d41f8be8784e8aca05974578010d Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 12 Feb 2001 15:46:31 +0000 Subject: [PATCH] update --- lib/silccrypt/silcdh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/silccrypt/silcdh.h b/lib/silccrypt/silcdh.h index e51f6927..ab23e26d 100644 --- a/lib/silccrypt/silcdh.h +++ b/lib/silccrypt/silcdh.h @@ -57,7 +57,7 @@ SilcDH silc_dh_alloc(SilcRng rng, SilcInt *g, SilcInt *p, SilcInt *lpf); allocation. Frees all the allocated data inside the DH context. */ void silc_dh_free(SilcDH dh); -/* Generates random private value `x' such that 0 < x < lpf at least of +/* Generates random private value `x' such that 0 < x < lpf at most of length of lpf. Returns FALSE if the random number could not be generated. Returns the generated value into `x' pointer sent as argument, unless the `x' is NULL. The returned `x' must no be freed by the caller. */ -- 2.24.0