Skip to content

Commit ad14e42

Browse files
committedApr 19, 2021
fix check minimal botan version
1 parent 3593859 commit ad14e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎m4/acx_crypto_backend.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ AC_DEFUN([ACX_CRYPTO_BACKEND],[
119119
elif test "x${crypto_backend}" = "xbotan"; then
120120
AC_MSG_RESULT(Botan)
121121
122-
ACX_BOTAN(2,0,0)
122+
ACX_BOTAN(2,5,0)
123123
124124
CRYPTO_INCLUDES=$BOTAN_CFLAGS
125125
CRYPTO_LIBS=$BOTAN_LIBS

0 commit comments

Comments
 (0)
Please sign in to comment.