diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-17 17:22:08 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-17 17:22:08 +0000 |
commit | 4750f6c667bd923e8b1b1dae180e40531aaba34d (patch) | |
tree | 7f7c2bafe4c1642d78e038cb3c8aec068340f882 /Source/charon/definitions.h | |
parent | c1e9c3f69739ff4519006922f6be5ef89c06a742 (diff) | |
download | strongswan-4750f6c667bd923e8b1b1dae180e40531aaba34d.tar.bz2 strongswan-4750f6c667bd923e8b1b1dae180e40531aaba34d.tar.xz |
- started to implement diffie hellman class
Diffstat (limited to 'Source/charon/definitions.h')
-rw-r--r-- | Source/charon/definitions.h | 4 |
1 files changed, 3 insertions, 1 deletions
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_*/ |