mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Key generation and signing using the OpenPGP card does rudimentary work.
This commit is contained in:
parent
ed0d33f1d0
commit
f5db59fc21
50 changed files with 1535 additions and 449 deletions
|
@ -110,6 +110,8 @@ X.509 specific are noted like [X.509: xxx]
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "keybox-defs.h"
|
||||
#include <gcrypt.h>
|
||||
|
||||
#ifdef KEYBOX_WITH_OPENPGP
|
||||
|
@ -119,7 +121,6 @@ X.509 specific are noted like [X.509: xxx]
|
|||
#include <ksba.h>
|
||||
#endif
|
||||
|
||||
#include "keybox-defs.h"
|
||||
|
||||
|
||||
/* special values of the signature status */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue