From 4bf825141cd564a2c5a23c55f79e04665c428641 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 28 Feb 2016 14:12:49 -0700 Subject: * Add the ability to change the private key and certificates used to encrypt a password file in the SMIME setup configuration screen. --- pith/smime.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pith/smime.h') diff --git a/pith/smime.h b/pith/smime.h index 636d8805..01e4cdc0 100644 --- a/pith/smime.h +++ b/pith/smime.h @@ -85,6 +85,8 @@ void *create_smime_sparep(SpareType stype, void *s); SpareType get_smime_sparep_type(void *s); void *get_smime_sparep_data(void *s); STACK_OF(X509) *get_chain_for_cert(X509 *cert, int *error, int *level); +CertList *certlist_from_personal_certs(PERSONAL_CERT *pc); +int smime_path(char *rpath, char *fpath, size_t len); #endif /* PITH_SMIME_INCLUDED */ #endif /* SMIME */ -- cgit v1.2.3-54-g00ecf