OpenSSL 0.9.6g in Debian/unstable stopped working with pgcrypto. This

Bruce Momjian <bruce@momjian.us>

Commit: 728fa75edc03bea0c01026c3244f6f2a73c984dc
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-11-15T02:54:44Z
Releases: 7.4.1
OpenSSL 0.9.6g in Debian/unstable stopped working with pgcrypto.  This
is pgcrypto bug as it assumed too much about inner workings of OpenSSL.

Following patch stops pgcrypto using EVP* functions for ciphers and lets
it manage ciphers itself.

This patch supports Blowfish, DES and CAST5 algorithms.

Marko Kreen

Files

PathChange+/−
contrib/pgcrypto/openssl.c modified +248 −168