summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 14:05:28 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 14:08:17 +0200
commitf712d7a28192cbfcde5845d0c2e78fefd7386273 (patch)
tree1b190d1617389ada0bf3c94f77d73d6f612a9021 /config.h
parentc19bbb5083376a7941e2ea4607ee5e90ecfb5cde (diff)
keypair: Add routines to generate and verify a keypair
This is needed in order to replace curvetun's routines. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..a73edd5
--- /dev/null
+++ b/config.h
@@ -0,0 +1,10 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define FILE_CLIENTS ".curvetun/clients"
+#define FILE_SERVERS ".curvetun/servers"
+#define FILE_PRIVKEY ".curvetun/priv.key"
+#define FILE_PUBKEY ".curvetun/pub.key"
+#define FILE_USERNAM ".curvetun/username"
+
+#endif /* CONFIG_H */