aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-update.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-12-17 12:27:21 +0000
committerWerner Koch <[email protected]>2003-12-17 12:27:21 +0000
commite4cea09fe116d875163baae3b7895101755388d4 (patch)
treea585dc61c273c5fe17219739611e6397a2f439f5 /kbx/keybox-update.c
parent* card-util.c (print_name): Fixed bad format string usage. (diff)
downloadgnupg-e4cea09fe116d875163baae3b7895101755388d4.tar.gz
gnupg-e4cea09fe116d875163baae3b7895101755388d4.zip
Replaced deprecated type names
Diffstat (limited to 'kbx/keybox-update.c')
-rw-r--r--kbx/keybox-update.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbx/keybox-update.c b/kbx/keybox-update.c
index 52ad258b0..ed9ca2bf7 100644
--- a/kbx/keybox-update.c
+++ b/kbx/keybox-update.c
@@ -337,7 +337,7 @@ blob_filecopy (int mode, const char *fname, KEYBOXBLOB blob,
#ifdef KEYBOX_WITH_X509
int
-keybox_insert_cert (KEYBOX_HANDLE hd, KsbaCert cert,
+keybox_insert_cert (KEYBOX_HANDLE hd, ksba_cert_t cert,
unsigned char *sha1_digest)
{
int rc;
@@ -375,7 +375,7 @@ keybox_insert_cert (KEYBOX_HANDLE hd, KsbaCert cert,
}
int
-keybox_update_cert (KEYBOX_HANDLE hd, KsbaCert cert,
+keybox_update_cert (KEYBOX_HANDLE hd, ksba_cert_t cert,
unsigned char *sha1_digest)
{
return -1;