summaryrefslogtreecommitdiff
path: root/src/cipher.h
diff options
context:
space:
mode:
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