]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
More details on the text
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 27 Nov 2010 14:31:38 +0000 (15:31 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 27 Nov 2010 14:31:38 +0000 (15:31 +0100)
lib/nettle/rnd.c

index 4c5709f3c0ef4e2f000ba0d1e0ba6485fc4ab900..04d3b32a11e6650e5d26cbd843dfca67f1ea31a3 100644 (file)
@@ -24,8 +24,9 @@
  */
 
 /* Here is the random generator layer. This code was based on the LSH 
- * random generator and modified to fit gnutls' needs. Relicenced with 
- * permission. Original author Niels Möller.
+ * random generator (the trivia and device source functions for POSIX)
+ * and modified to fit gnutls' needs. Relicenced with permission. 
+ * Original author Niels Möller.
  */
 
 #include <gnutls_int.h>