diff options
author | Christian Pointner <equinox@anytun.org> | 2014-06-21 16:48:26 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2014-06-21 16:48:26 +0000 |
commit | e8c117aa01ac48fa2cf022810543bd97a0e44e57 (patch) | |
tree | 2512d1d438fe4639ce51a3e867c54926fe9fcb29 /src/configure | |
parent | added branch for new crypto library (diff) |
refactored crypto lib selection
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure b/src/configure index 2d753eb..f764f89 100755 --- a/src/configure +++ b/src/configure @@ -169,6 +169,7 @@ esac case $CRYPTO_LIB in gcrypt) + CFLAGS=$CFLAGS' -DUSE_GCRYPT' LDFLAGS=$LDFLAGS' -lgcrypt' echo "using libgcrypt library" ;; |