diff options
| author | Peter Eisentraut | 2023-11-16 14:57:21 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2023-11-16 15:16:07 +0000 |
| commit | 3af0d17acef7538c5605afa5dd7929cfd7e38d9e (patch) | |
| tree | 0baa4f7d0f5b8bdcd1921c9273e13fe580f2f67d /contrib/pgcrypto/meson.build | |
| parent | 743ddafc7124604c1f59b5d9f661be47a987a8d0 (diff) | |
pgcrypto: Split off pgp-encrypt-md5 test
In FIPS mode, these tests will fail. By having them in a separate
file, it would make it easier to have an alternative output file or
selectively disable these tests. This isn't done here; this is just
some preparation.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/2766054.1700080156@sss.pgh.pa.us
Diffstat (limited to 'contrib/pgcrypto/meson.build')
| -rw-r--r-- | contrib/pgcrypto/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pgcrypto/meson.build b/contrib/pgcrypto/meson.build index df7dd50dbc3..4f62ea0af03 100644 --- a/contrib/pgcrypto/meson.build +++ b/contrib/pgcrypto/meson.build @@ -48,6 +48,7 @@ pgcrypto_regress = [ 'pgp-armor', 'pgp-decrypt', 'pgp-encrypt', + 'pgp-encrypt-md5', 'pgp-pubkey-decrypt', 'pgp-pubkey-encrypt', 'pgp-info', |
