Remove support for libmhash/libmcrypt.

Neil Conway <neilc@samurai.com>

Commit: 3cc866123224ec1cd9b2deeb4d63c39c6ef9e533
Author: Neil Conway <neilc@samurai.com>
Date: 2005-03-21T05:17:16Z
Releases: 8.1.0
Remove support for libmhash/libmcrypt.

libmcrypt seems to dead, maintainer address bounces,
and cast-128 fails on 2 of the 3 test vectors from RFC2144.

So I see no reason to keep around stuff I don't trust
anymore.

Support for several crypto libraries is probably only
confusing to users, although it was good for initial
developing - it helped to find hidden assumptions and
forced me to create regression tests for all functionality.

Marko Kreen

Files

PathChange+/−
contrib/pgcrypto/Makefile modified +2 −8
contrib/pgcrypto/mhash.c deleted +0 −356
contrib/pgcrypto/README.pgcrypto modified +0 −11