summaryrefslogtreecommitdiff
path: root/src/uanytun.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-04 18:24:55 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-04 18:24:55 +0000
commit4e5cb6b65aff4739d48c4158709f5c7d86613fd3 (patch)
tree04df3d9a15aba5736a28e25932b795e3ef15d7e7 /src/uanytun.c
parentadded nocrypt kamikaze package Makefile (diff)
fixed gcrypt/ssl issue
Diffstat (limited to 'src/uanytun.c')
-rw-r--r--src/uanytun.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uanytun.c b/src/uanytun.c
index 1ec6ffb..e8a8804 100644
--- a/src/uanytun.c
+++ b/src/uanytun.c
@@ -56,8 +56,10 @@
#include "key_derivation.h"
#include "auth_algo.h"
+#ifndef USE_SSL_CRYPTO
#include <gcrypt.h>
#endif
+#endif
#include "daemon.h"