[svn] gcry - r1294 - in trunk: . random
svn author wk
cvs at cvs.gnupg.org
Mon Aug 4 15:16:47 CEST 2008
Author: wk
Date: 2008-08-04 15:16:45 +0200 (Mon, 04 Aug 2008)
New Revision: 1294
Modified:
trunk/AUTHORS
trunk/random/rndunix.c
Log:
Clarify license entry.
Small indentation change.
Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS 2008-07-05 16:44:03 UTC (rev 1293)
+++ trunk/AUTHORS 2008-08-04 13:16:45 UTC (rev 1294)
@@ -2,7 +2,8 @@
Maintainer: Werner Koch <wk at gnupg.org>
Bug reports: <bug-libgcrypt at gnupg.org> or http://bugs.gnupg.org
Security related bug reports: <security at gnupg.org>
-License: LGPLv2.1+
+License (library): LGPLv2.1+
+License (manual and tools): GPLv2+
Libgcrypt used to be part of GnuPG but has been taken out into its own
package on 2000-12-21.
Modified: trunk/random/rndunix.c
===================================================================
--- trunk/random/rndunix.c 2008-07-05 16:44:03 UTC (rev 1293)
+++ trunk/random/rndunix.c 2008-08-04 13:16:45 UTC (rev 1294)
@@ -820,8 +820,8 @@
return 0;
if( !gatherer_pid ) {
- /* make sure we are not setuid */
- if( getuid() != geteuid() )
+ /* Make sure we are not setuid. */
+ if ( getuid() != geteuid() )
BUG();
/* time to start the gatherer process */
if( pipe( pipedes ) ) {
More information about the Gnupg-commits
mailing list