diff options
| author | Martin Willi <martin@strongswan.org> | 2009-04-14 10:34:24 +0000 |
|---|---|---|
| committer | Martin Willi <martin@strongswan.org> | 2009-04-14 10:34:24 +0000 |
| commit | a44bb9345f0482b3dace19a27ee40320ddadc75f (patch) | |
| tree | 34d75bd95b2868900213e13c31ddd892d2fd4904 /src/pluto/defs.h | |
| parent | 6e5c8d9413234b18a0631cddadd973a9f509708b (diff) | |
| download | strongswan-a44bb9345f04.tar.bz2 strongswan-a44bb9345f04.tar.xz | |
merged multi-auth branch back into trunk
Diffstat (limited to 'src/pluto/defs.h')
| -rw-r--r-- | src/pluto/defs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pluto/defs.h b/src/pluto/defs.h index 44e012665..30a152120 100644 --- a/src/pluto/defs.h +++ b/src/pluto/defs.h @@ -32,10 +32,6 @@ # define USED_BY_DEBUG UNUSED #endif -/* Length of temporary buffers */ - -#define BUF_LEN 512 - /* type of serial number of a state object * Needed in connections.h and state.h; here to simplify dependencies. */ @@ -118,9 +114,6 @@ typedef struct { int fd; } prompt_pass_t; -/* no time defined in time_t */ -#define UNDEFINED_TIME 0 - /* size of timetoa string buffer */ #define TIMETOA_BUF 30 |
