summaryrefslogtreecommitdiff
path: root/src/cipher.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-28 11:16:23 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-28 11:16:23 +0000
commitbd105ce7b32e4223da7c9eb1de2d25e643fe5b01 (patch)
tree31da28f464f41cdf739ffcd27d19623a57a0561f /src/cipher.h
parentcleanup (diff)
deactivated option for ld_kdr
cleanup at options parser and manpage
Diffstat (limited to 'src/cipher.h')
-rw-r--r--src/cipher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cipher.h b/src/cipher.h
index 995315b..555b97a 100644
--- a/src/cipher.h
+++ b/src/cipher.h
@@ -43,6 +43,8 @@
#endif
#include "key_derivation.h"
#else
+enum key_store_dir_enum { kd_inbound = 0, kd_outbound = 1 };
+typedef enum key_store_dir_enum key_store_dir_t;
typedef u_int8_t key_derivation_t;
#endif