diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/plugins/stroke/stroke_cred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/stroke/stroke_cred.c b/src/charon/plugins/stroke/stroke_cred.c index 368aea1cc..223500488 100644 --- a/src/charon/plugins/stroke/stroke_cred.c +++ b/src/charon/plugins/stroke/stroke_cred.c @@ -733,7 +733,7 @@ static void load_secrets(private_stroke_cred_t *this) DBG1(DBG_CFG, "line %d: missing token", line_nr); goto error; } - if (match("RSA", &token) || match("EC", &token)) + if (match("RSA", &token) || match("ECDSA", &token)) { char path[PATH_MAX]; chunk_t filename; |