Now that Nettle 3.10 is required to build the library, the check for
the function is redundant.
Signed-off-by: Daiki Ueno <ueno@gnu.org>
fi
AM_CONDITIONAL([ENABLE_DSA], [test x$enable_dsa != xno])
-# We MUST require a Nettle version that has rsa_sec_decrypt now.
-save_LIBS=$LIBS
-LIBS="$LIBS $HOGWEED_LIBS $NETTLE_LIBS $GMP_LIBS"
-AC_CHECK_FUNCS(nettle_rsa_sec_decrypt,
- [],
- [AC_MSG_ERROR([Nettle lacks the required rsa_sec_decrypt function])]
-)
-LIBS=$save_LIBS
-
# Check for GOST28147
save_LIBS=$LIBS
LIBS="$LIBS $NETTLE_LIBS"