diff options
-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" |