1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Preparing an RC

This commit is contained in:
Werner Koch 2006-11-29 15:42:28 +00:00
parent e1829a3d52
commit 29f48b5fdc
33 changed files with 5766 additions and 5755 deletions

View file

@ -1,3 +1,8 @@
2006-11-03 Werner Koch <wk@g10code.com>
* random.c [HAVE_GETTIMEOFDAY]: Included sys/time.h and not
sys/times.h. Reported by Rafaël Carré.
2006-06-28 David Shaw <dshaw@jabberwocky.com>
* rsa.c (generate): Use e=65537 for new RSA keys.

View file

@ -46,7 +46,7 @@
#include <sys/times.h>
#endif
#ifdef HAVE_GETTIMEOFDAY
#include <sys/times.h>
#include <sys/time.h>
#endif
#ifdef HAVE_TIMES
#include <sys/times.h>