27 lines
998 B
Diff
27 lines
998 B
Diff
|
diff -up postgresql-13.3/contrib/pgcrypto/Makefile.ssl30-tests-off postgresql-13.3/contrib/pgcrypto/Makefile
|
||
|
--- postgresql-13.3/contrib/pgcrypto/Makefile.ssl30-tests-off 2021-06-29 16:08:03.203650968 +0200
|
||
|
+++ postgresql-13.3/contrib/pgcrypto/Makefile 2021-06-30 08:58:01.665202733 +0200
|
||
|
@@ -5,7 +5,7 @@ INT_SRCS = md5.c sha1.c internal.c inter
|
||
|
INT_TESTS = sha2
|
||
|
|
||
|
OSSL_SRCS = openssl.c pgp-mpi-openssl.c
|
||
|
-OSSL_TESTS = sha2 des 3des cast5
|
||
|
+OSSL_TESTS = sha2
|
||
|
|
||
|
ZLIB_TST = pgp-compression
|
||
|
ZLIB_OFF_TST = pgp-zlib-DISABLED
|
||
|
@@ -49,11 +49,10 @@ DATA = pgcrypto--1.3.sql pgcrypto--1.2--
|
||
|
pgcrypto--1.0--1.1.sql
|
||
|
PGFILEDESC = "pgcrypto - cryptographic functions"
|
||
|
|
||
|
-REGRESS = init md5 sha1 hmac-md5 hmac-sha1 blowfish rijndael \
|
||
|
+REGRESS = init md5 sha1 hmac-md5 hmac-sha1 \
|
||
|
$(CF_TESTS) \
|
||
|
crypt-des crypt-md5 crypt-blowfish crypt-xdes \
|
||
|
- pgp-armor pgp-decrypt pgp-encrypt $(CF_PGP_TESTS) \
|
||
|
- pgp-pubkey-decrypt pgp-pubkey-encrypt pgp-info
|
||
|
+ pgp-armor $(CF_PGP_TESTS)
|
||
|
|
||
|
EXTRA_CLEAN = gen-rtab
|
||
|
|