diff options
author | Werner Koch <[email protected]> | 2003-12-17 12:27:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-12-17 12:27:21 +0000 |
commit | e4cea09fe116d875163baae3b7895101755388d4 (patch) | |
tree | a585dc61c273c5fe17219739611e6397a2f439f5 /kbx/keybox-blob.c | |
parent | * card-util.c (print_name): Fixed bad format string usage. (diff) | |
download | gnupg-e4cea09fe116d875163baae3b7895101755388d4.tar.gz gnupg-e4cea09fe116d875163baae3b7895101755388d4.zip |
Replaced deprecated type names
Diffstat (limited to 'kbx/keybox-blob.c')
-rw-r--r-- | kbx/keybox-blob.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbx/keybox-blob.c b/kbx/keybox-blob.c index ca36d6264..defddad69 100644 --- a/kbx/keybox-blob.c +++ b/kbx/keybox-blob.c @@ -479,7 +479,7 @@ pgp_create_blob_keyblock (KEYBOXBLOB blob, KBNODE keyblock) /* Write the raw certificate out */ static int -x509_create_blob_cert (KEYBOXBLOB blob, KsbaCert cert) +x509_create_blob_cert (KEYBOXBLOB blob, ksba_cert_t cert) { struct membuf *a = blob->buf; const unsigned char *image; @@ -808,7 +808,7 @@ x509_email_kludge (const char *name) /* Note: We should move calculation of the digest into libksba and remove that parameter */ int -_keybox_create_x509_blob (KEYBOXBLOB *r_blob, KsbaCert cert, +_keybox_create_x509_blob (KEYBOXBLOB *r_blob, ksba_cert_t cert, unsigned char *sha1_digest, int as_ephemeral) { int i, rc = 0; |