diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-04 18:24:55 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-04 18:24:55 +0000 |
commit | 4e5cb6b65aff4739d48c4158709f5c7d86613fd3 (patch) | |
tree | 04df3d9a15aba5736a28e25932b795e3ef15d7e7 /src | |
parent | added nocrypt kamikaze package Makefile (diff) |
fixed gcrypt/ssl issue
Diffstat (limited to 'src')
-rw-r--r-- | src/uanytun.c | 2 |
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" |