diff options
Diffstat (limited to 'src/authAlgo.h')
-rw-r--r-- | src/authAlgo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/authAlgo.h b/src/authAlgo.h index 2e01c0b..3085673 100644 --- a/src/authAlgo.h +++ b/src/authAlgo.h @@ -36,7 +36,9 @@ #include "buffer.h" #include "encryptedPacket.h" +#ifndef NOCRYPT #include <gcrypt.h> +#endif class AuthAlgo { |