diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-03-25 12:46:29 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-03-26 14:24:06 +0100 |
commit | cede07dc51728edce77336f0fe5fce6d62ed7654 (patch) | |
tree | 6d5e606a2acdfa8c9107bb2f26ae66676948a2e1 /INSTALL.md | |
parent | ssl/ssl_ciph.c: update format string, again (diff) | |
download | openssl-cede07dc51728edce77336f0fe5fce6d62ed7654.tar.xz openssl-cede07dc51728edce77336f0fe5fce6d62ed7654.zip |
Remove the external BoringSSL test
Fixes #14424
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14682)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index d6ef21d20e..14b6118c36 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -692,7 +692,7 @@ Enable building of integration with external test suites. This is a developer option and may not work on all platforms. The following external test suites are currently supported: - - BoringSSL test suite + - GOST engine test suite - Python PYCA/Cryptography test suite - krb5 test suite |