From: Tim Kientzle Date: Sun, 13 Dec 2009 23:42:48 +0000 (-0500) Subject: Correct the spelling of RIPEMD160. X-Git-Tag: v2.8.0~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf0ea36f81a24a025976285c584f850973f478e;p=thirdparty%2Flibarchive.git Correct the spelling of RIPEMD160. SVN-Revision: 1734 --- 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])