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/prf_plus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/charon/transforms/prf_plus.c') diff --git a/Source/charon/transforms/prf_plus.c b/Source/charon/transforms/prf_plus.c index 4b1185dd8..2c6e16b00 100644 --- a/Source/charon/transforms/prf_plus.c +++ b/Source/charon/transforms/prf_plus.c @@ -26,13 +26,13 @@ #include #include +typedef struct private_prf_plus_t private_prf_plus_t; + /** * Private data of an prf_plus_t object. * */ -typedef struct private_prf_plus_s private_prf_plus_t; - -struct private_prf_plus_s { +struct private_prf_plus_t { /** * public prf_plus_t interface */ -- cgit v1.2.3