diff options
Diffstat (limited to 'Source/charon/transforms/diffie_hellman.c')
-rw-r--r-- | Source/charon/transforms/diffie_hellman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/transforms/diffie_hellman.c b/Source/charon/transforms/diffie_hellman.c index 50202e2ce..5ff069000 100644 --- a/Source/charon/transforms/diffie_hellman.c +++ b/Source/charon/transforms/diffie_hellman.c @@ -558,7 +558,7 @@ static status_t destroy(private_diffie_hellman_t *this) /* * Described in header */ -diffie_hellman_t *diffie_hellman_create(u_int16_t dh_group_number) +diffie_hellman_t *diffie_hellman_create(diffie_hellman_group_t dh_group_number) { private_diffie_hellman_t *this = allocator_alloc_thing(private_diffie_hellman_t); if ((this == NULL)) |