[svn] gcry - r1151 - trunk/cipher
svn author wk
cvs at cvs.gnupg.org
Fri Mar 17 17:32:26 CET 2006
Author: wk
Date: 2006-03-17 17:32:26 +0100 (Fri, 17 Mar 2006)
New Revision: 1151
Modified:
trunk/cipher/random-daemon.c
Log:
Made ist compile - not it won't work yet.
Modified: trunk/cipher/random-daemon.c
===================================================================
--- trunk/cipher/random-daemon.c 2006-03-17 16:24:27 UTC (rev 1150)
+++ trunk/cipher/random-daemon.c 2006-03-17 16:32:26 UTC (rev 1151)
@@ -93,7 +93,7 @@
that the IPC mechanism might have not stored it there. Return a
pointer to a newly alloced memory or NULL if it failed. */
void *
-_gcry_daemon_get_random_bytes (ize_t nbytes, int level, int secure)
+_gcry_daemon_get_random_bytes (size_t nbytes, int level, int secure)
{
return NULL;
}
More information about the Gnupg-commits
mailing list