Rename the pkinit type enum.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22918 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-08 08:17:11 +00:00
parent dcd5729f1c
commit 4250b0a980

View File

@@ -46,7 +46,7 @@ RCSID("$Id$");
#include "crypto-headers.h"
struct pk_client_params {
enum pkinit_type type;
enum krb5_pk_type type;
BIGNUM *dh_public_key;
hx509_cert cert;
unsigned nonce;