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:
parent
8197b20e24
commit
b01d989925
4 changed files with 102 additions and 48 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue