diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-23 12:05:49 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-07-23 12:05:49 +0100 |
commit | 27d03dca10d1d7247b7e006afc27bcb1e2c0e516 (patch) | |
tree | 427b72b2a6348ae4dce332442d3db5ae91de8504 /test | |
parent | dbbc1c20b59dc10368e31a7c81f110eb40b36494 (diff) |
DKIM: fix build with older GnuTLS
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 9bde9046f..f595634e9 100755 --- a/test/runtest +++ b/test/runtest @@ -1097,6 +1097,7 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^GnuTLS<2>: (Disabling X.509 extensions|signing structure using RSA-SHA256)/; next if /^GnuTLS.*(wrap_nettle_mpi_print|gnutls_subject_alt_names_get|get_alt_name)/; next if /^GnuTLS<[23]>: (p11|ASSERT: pkcs11.c|Initializing needed PKCS #11 modules)/; + next if /^GnuTLS<2>: Intel (AES|GCM) accelerator was detected/; next if /^Added \d{3} certificate authorities/; next if /^TLS: not preloading CRL for server/; |