Skip to content

Commit

Permalink
Add --with-hcrypto-default-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Apr 15, 2016
1 parent 490337f commit fca9bc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cf/crypto.m4
Expand Up @@ -64,6 +64,11 @@ m4_define([test_body], [
RC4(0, 0, 0, 0);])

AC_DEFUN([KRB_CRYPTO],[
AC_ARG_WITH([hcrypto-default-backend],
AS_HELP_STRING([--with-hcrypto-default-backend=cc|pkcs11_hcrypto|ossl|w32crypto|hcrypto],
[specify the default hcrypto backend]),
[CFLAGS="${CFLAGS} -DHCRYPTO_DEF_PROVIDER=${withval}"],
[])
AC_WITH_ALL([openssl])
AC_MSG_CHECKING([for crypto library])
Expand Down

0 comments on commit fca9bc4

Please sign in to comment.