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

* primegen.c (gen_prime): Bail out if NBITS is zero. This is

Debian bug #213989 reported by Max <rusmir@tula.net>.
This commit is contained in:
Werner Koch 2003-10-06 12:09:46 +00:00
parent 25bf32a078
commit b7bd594c8c
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-10-06 Werner Koch <wk@gnupg.org>
* primegen.c (gen_prime): Bail out if NBITS is zero. This is
Debian bug #213989 reported by Max <rusmir@tula.net>.
2003-09-04 David Shaw <dshaw@jabberwocky.com>
* md.c (string_to_digest_algo): Enable read-write SHA-256 support.