diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-04 13:17:28 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-04 13:17:28 +0200 |
commit | 4aaf21a1b7cd6b08ec2650d5c7d95b0adfadf17b (patch) | |
tree | 080185ba1abf76b28922daa88fefd9a08ecc48b5 /src/gmcerts.h | |
parent | ac0e8b024707ac16b1960bc167961170e956cb0f (diff) |
GmCerts: Importing an existing certificate
Diffstat (limited to 'src/gmcerts.h')
-rw-r--r-- | src/gmcerts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmcerts.h b/src/gmcerts.h index a28c44b4..af116433 100644 --- a/src/gmcerts.h +++ b/src/gmcerts.h | |||
@@ -80,6 +80,7 @@ iGmIdentity * newIdentity_GmCerts (iGmCerts *, int flags, iDate validU | |||
80 | const iString *userId, const iString *domain, | 80 | const iString *userId, const iString *domain, |
81 | const iString *org, const iString *country); | 81 | const iString *org, const iString *country); |
82 | 82 | ||
83 | void importIdentity_GmCerts (iGmCerts *, iTlsCertificate *cert, const iString *notes); /* takes ownership */ | ||
83 | void deleteIdentity_GmCerts (iGmCerts *, iGmIdentity *identity); | 84 | void deleteIdentity_GmCerts (iGmCerts *, iGmIdentity *identity); |
84 | 85 | ||
85 | const iString * certificatePath_GmCerts (const iGmCerts *, const iGmIdentity *identity); | 86 | const iString * certificatePath_GmCerts (const iGmCerts *, const iGmIdentity *identity); |