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

Replaced deprecated type names

This commit is contained in:
Werner Koch 2003-12-17 12:27:21 +00:00
parent 23fa5c9792
commit e4cea09fe1
5 changed files with 11 additions and 11 deletions

View file

@ -102,7 +102,7 @@ struct keybox_handle {
/* fixme */
#endif /*KEYBOX_WITH_OPENPGP*/
#ifdef KEYBOX_WITH_X509
int _keybox_create_x509_blob (KEYBOXBLOB *r_blob, KsbaCert cert,
int _keybox_create_x509_blob (KEYBOXBLOB *r_blob, ksba_cert_t cert,
unsigned char *sha1_digest, int as_ephemeral);
#endif /*KEYBOX_WITH_X509*/