Skip to content

Commit

Permalink
Add --without-hcrypto-fallback option
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Apr 19, 2016
1 parent e751e09 commit 95a996c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cf/crypto.m4
Expand Up @@ -79,6 +79,11 @@ AC_ARG_WITH([hcrypto-default-backend],
esac
],
[])
AC_ARG_WITH([hcrypto-fallback],
AS_HELP_STRING([--without-hcrypto-fallback],
[disable fallback on hcrypto for unavailable algorithms]),
[AC_DEFINE([HCRYPTO_FALLBACK],0,[Set to 1 to allow fallback to hcrypto for unavailable algorithms])],
[AC_DEFINE([HCRYPTO_FALLBACK],1,[Set to 1 to allow fallback to hcrypto for unavailable algorithms])])
AC_WITH_ALL([openssl])
AC_MSG_CHECKING([for crypto library])
Expand Down

0 comments on commit 95a996c

Please sign in to comment.