K 10 svn:author V 2 mi K 8 svn:date V 27 2004-07-11T08:38:31.000000Z K 7 svn:log V 453 Retreat to using OpenSSL's message digest routines instead of -lmd. They are sometimes faster and never slower. Using -lmd is still possible by building with ``TRF_USE_MD=yes''. Bump PORTREVISION. Use the RIPEMD160* routines from -lcrypto (or -lmd) instead of our own -- just like for md[25] and sha*. Neither -lcrypto nor -lmd provide RIPEMD128 (not strong enough?), so stay with our own implementation. sparc64/amd64 are not expected to work yet... END