Skip to content

Commit

Permalink
fix check minimal botan version
Browse files Browse the repository at this point in the history
  • Loading branch information
agrandville committed Aug 1, 2021
1 parent 5e895c4 commit a5aac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/acx_crypto_backend.m4
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ AC_DEFUN([ACX_CRYPTO_BACKEND],[
elif test "x${crypto_backend}" = "xbotan"; then
AC_MSG_RESULT(Botan)
ACX_BOTAN(2,0,0)
ACX_BOTAN(2,5,0)
CRYPTO_INCLUDES=$BOTAN_CFLAGS
CRYPTO_LIBS=$BOTAN_LIBS
Expand Down

0 comments on commit a5aac6f

Please sign in to comment.