pgcrypto update:
Neil Conway <neilc@samurai.com>
pgcrypto update: * openssl.c: Add 3des and AES support * README.pgcrypto: list only supported ciphers for openssl OpenSSL has pre-processor symbol OPENSSL_NO_AES, which isn't that helpful for detecting if it _does_ exist. Thus the hack with AES_ENCRYPT. Marko Kreen
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgcrypto/openssl.c | modified | +233 −1 |
| contrib/pgcrypto/README.pgcrypto | modified | +2 −3 |