Fix re-definition of keyex enum

This commit is contained in:
Nicolas Williams
2016-04-16 16:41:59 -05:00
parent b2a78463de
commit 1103fb19df
2 changed files with 4 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
struct pk_client_params {
enum krb5_pk_type type;
enum { USE_RSA, USE_DH, USE_ECDH } keyex;
enum keyex_enum keyex;
union {
struct {
BIGNUM *public_key;