[svn] gcry - r1190 - in trunk: doc tests

svn author mo cvs at cvs.gnupg.org
Sun Nov 5 18:56:41 CET 2006


Author: mo
Date: 2006-11-05 18:56:41 +0100 (Sun, 05 Nov 2006)
New Revision: 1190

Modified:
   trunk/doc/ChangeLog
   trunk/doc/gcrypt.texi
   trunk/tests/Makefile.am
Log:
2006-11-05  Moritz Schulte  <moritz at g10code.com>

	* gcrypt.texi (General public-key related Functions): Typo.


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2006-10-25 18:28:49 UTC (rev 1189)
+++ trunk/doc/ChangeLog	2006-11-05 17:56:41 UTC (rev 1190)
@@ -1,3 +1,7 @@
+2006-11-05  Moritz Schulte  <moritz at g10code.com>
+
+	* gcrypt.texi (General public-key related Functions): Typo.
+
 2006-09-19  Werner Koch  <wk at g10code.com>
 
 	* Makefile.am (online): New target.

Modified: trunk/doc/gcrypt.texi
===================================================================
--- trunk/doc/gcrypt.texi	2006-10-25 18:28:49 UTC (rev 1189)
+++ trunk/doc/gcrypt.texi	2006-11-05 17:56:41 UTC (rev 1190)
@@ -2577,11 +2577,11 @@
 
 Return the so called "keygrip" which is the SHA-1 hash of the public key
 parameters expressed in a way depended on the algorithm.  @var{array}
-must either provide space for 20 bytes or @code{NULL;}. In the latter
+must either provide space for 20 bytes or be @code{NULL}. In the latter
 case a newly allocated array of that size is returned.  On success a
 pointer to the newly allocated space or to @var{array} is returned.
- at code{NULL} is returned to indicate an error which is most likely an unknown
-algorithm or one where a "keygrip" has not yet been defined.
+ at code{NULL} is returned to indicate an error which is most likely an
+unknown algorithm or one where a "keygrip" has not yet been defined.
 The function accepts public or secret keys in @var{key}.
 @end deftypefun
 

Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am	2006-10-25 18:28:49 UTC (rev 1189)
+++ trunk/tests/Makefile.am	2006-11-05 17:56:41 UTC (rev 1190)
@@ -19,8 +19,14 @@
 ## Process this file with automake to produce Makefile.in
 
 TESTS = t-mpi-bit prime register ac ac-schemes ac-data basic \
-        tsexp keygen pubkey benchmark pkbench hmac keygrip
+        tsexp keygen pubkey benchmark pkbench hmac keygrip \
+	gcryctl-m-guard gcryctl-secure-prng gcryctl-thread-cbs \
+	random-daemon
 
+#	full
+
+XFAIL_TESTS = gryctl-m-guard
+
 INCLUDES = -I$(top_srcdir)/src
 LDADD = ../src/libgcrypt.la
 




More information about the Gnupg-commits mailing list