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

* mkdtemp.c: Replaced byte by unsigned char because it is no longer

defined in gcrypt.h.
This commit is contained in:
Werner Koch 2002-05-22 06:23:22 +00:00
parent ad6abe7913
commit 3910c0f005
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2002-05-22 Werner Koch <wk@gnupg.org>
* mkdtemp.c: Replaced byte by unsigned char because it is no longer
defined in gcrypt.h.
2002-05-21 Werner Koch <wk@gnupg.org>
* maperror.c (map_gcry_err): Add libgcrypt's new S-expression errors.