From 5796aa164d79b2ffaf2839b281d490be6a72d1d8 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 24 Nov 2005 11:30:19 +0000 Subject: - typedefs changed --- Source/charon/transforms/diffie_hellman.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/charon/transforms/diffie_hellman.h') diff --git a/Source/charon/transforms/diffie_hellman.h b/Source/charon/transforms/diffie_hellman.h index e775cbb15..ab1672d32 100644 --- a/Source/charon/transforms/diffie_hellman.h +++ b/Source/charon/transforms/diffie_hellman.h @@ -26,13 +26,13 @@ #include #include +typedef struct diffie_hellman_t diffie_hellman_t; + /** * Object representing a diffie hellman exchange * */ -typedef struct diffie_hellman_s diffie_hellman_t; - -struct diffie_hellman_s { +struct diffie_hellman_t { /** * @brief Returns the shared secret of this diffie hellman exchange -- cgit v1.2.3