From 4750f6c667bd923e8b1b1dae180e40531aaba34d Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Thu, 17 Nov 2005 17:22:08 +0000 Subject: - started to implement diffie hellman class --- Source/charon/definitions.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/charon/definitions.h') diff --git a/Source/charon/definitions.h b/Source/charon/definitions.h index 8fe3c1c4e..0392f2295 100644 --- a/Source/charon/definitions.h +++ b/Source/charon/definitions.h @@ -23,7 +23,6 @@ #ifndef DEFINITIONS_H_ #define DEFINITIONS_H_ - #define MAPPING_END (-1) /** @@ -53,4 +52,7 @@ struct mapping_s char *mapping_find(mapping_t *mappings, int value); + + + #endif /*DEFINITIONS_H_*/ -- cgit v1.2.3