keychain: load certificates only once during startup, improving performance

This commit is contained in:
Martin Willi
2013-07-18 12:17:54 +02:00
parent 6f00ddb90c
commit bc6c7bf39e
3 changed files with 78 additions and 111 deletions
@@ -30,11 +30,6 @@ typedef struct keychain_creds_t keychain_creds_t;
*/
struct keychain_creds_t {
/**
* Implements credential_set_t.
*/
credential_set_t set;
/**
* Destroy a keychain_creds_t.
*/