From 8bf0ea36f81a24a025976285c584f850973f478e Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sun, 13 Dec 2009 18:42:48 -0500 Subject: [PATCH] Correct the spelling of RIPEMD160. SVN-Revision: 1734 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fb624a865..e695911df 100644 --- a/configure.ac +++ b/configure.ac @@ -281,7 +281,7 @@ if test "x$with_openssl" != "xno"; then fi if test "$ac_cv_func_RMD160Init" != "yes"; then AC_CHECK_HEADERS([openssl/ripemd.h]) - AC_SEARCH_LIBS([RIMEMD160_Init], [crypto]) + AC_SEARCH_LIBS([RIPEMD160_Init], [crypto]) fi if test "$ac_cv_func_SHA1Init" != "yes"; then AC_CHECK_HEADERS([openssl/sha.h]) -- 2.47.3