problems with g10 0.2.19 on sun-sparc-solaris2.5.1
James Troup
J.J.Troup at scm.brad.ac.uk
Tue Jun 9 19:58:09 CEST 1998
Werner Koch <wk at isil.d.shuttle.de> writes:
> > And egcs complains mightily about this. If you either put the
> > hrtime_t tv; definition at the top of the function, or remove the
> > braces, the compiler
>
> Can you please send me the error message.
I suspect this is just this bug:
--- gnupg-0.2.18/cipher/rand-dummy.c~ Sun May 10 20:15:20 1998
+++ gnupg-0.2.18/cipher/rand-dummy.c Mon May 25 16:00:07 1998
@@ -69,7 +69,7 @@
{
#if HAVE_GETHRTIME
{ hrtime_t tv;
- tv = gethrtime(void);
+ tv = gethrtime();
add_randomness( &tv, sizeof(tv), 1 );
}
#elif HAVE_GETTIMEOFTIME
-
James
~Yawn And Walk North~ http://yawn.nocrew.org/
More information about the Gnupg-devel
mailing list