From 4e5cb6b65aff4739d48c4158709f5c7d86613fd3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 4 Feb 2009 18:24:55 +0000 Subject: fixed gcrypt/ssl issue --- src/uanytun.c | 2 ++ 1 file changed, 2 insertions(+) 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 #endif +#endif #include "daemon.h" -- cgit v1.2.3