git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24707 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-14 20:14:35 +00:00
parent ac802945fa
commit 6dd306be22

View File

@@ -2324,7 +2324,7 @@ krb5_get_init_creds_opt_set_pkinit(krb5_context context,
opt->opt_private->pk_init_ctx->keyex = USE_DH; opt->opt_private->pk_init_ctx->keyex = USE_DH;
/* /*
* If its a ECDSA certs, lets select ECDSA as the algorithm. * If its a ECDSA certs, lets select ECDSA as the keyex algorithm.
*/ */
if (cert) { if (cert) {
AlgorithmIdentifier alg; AlgorithmIdentifier alg;