1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.

* configure.ac (mkdtemp): See whether we have to provide a
replacement.
This commit is contained in:
Werner Koch 2002-01-23 15:49:58 +00:00
parent d9a4ccf94e
commit 1280f16d96
3 changed files with 104 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-01-23 Werner Koch <wk@gnupg.org>
* mkdtemp.c: Copied from gnupg-1.0.6c and changed to use libgcrypt.
2002-01-19 Werner Koch <wk@gnupg.org>
* sysutils.c: New. This is the misc.c file from gnupg 1.0.6 with