[58132] trunk/base/src/pextlib1.0/rmd160cmd.c

toby at macports.org toby at macports.org
Tue Sep 22 14:10:49 PDT 2009


Revision: 58132
          http://trac.macports.org/changeset/58132
Author:   toby at macports.org
Date:     2009-09-22 14:10:45 -0700 (Tue, 22 Sep 2009)
Log Message:
-----------
consistency

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/rmd160cmd.c

Modified: trunk/base/src/pextlib1.0/rmd160cmd.c
===================================================================
--- trunk/base/src/pextlib1.0/rmd160cmd.c	2009-09-22 21:03:28 UTC (rev 58131)
+++ trunk/base/src/pextlib1.0/rmd160cmd.c	2009-09-22 21:10:45 UTC (rev 58132)
@@ -40,7 +40,7 @@
 
 #include "rmd160cmd.h"
 
-#if !defined(HAVE_LIBMD)
+#if HAVE_COMMONCRYPTO_COMMONDIGEST_H
 
 /* We do not have libmd.
  * let's use our own version of rmd160* libraries.
@@ -65,7 +65,7 @@
 #include <ripemd.h>
 #define RMD160File(x, y) RIPEMD160_File(x, y)
 #else
-#error libcrypto or libmd are required
+#error CommonCrypto or libmd required
 #endif
 
 int RMD160Cmd(ClientData clientData UNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090922/bab853a4/attachment.html>


More information about the macports-changes mailing list