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