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

(main): New options --no-fail-on-exist, --homedir.

(store_private_key): Use them here.
This commit is contained in:
Werner Koch 2004-02-13 12:37:54 +00:00
parent 8197b20e24
commit b01d989925
4 changed files with 102 additions and 48 deletions

View file

@ -27,13 +27,6 @@
#include <assert.h>
#include <gcrypt.h>
#ifdef __GCC__
#warning Remove this kludge and set the libgcrypt required version higher.
#endif
#ifndef GCRY_CIPHER_RFC2268_40
#define GCRY_CIPHER_RFC2268_40 307
#endif
#ifdef TEST
#include <sys/stat.h>
#include <unistd.h>