From 6984cf83b256b7e1893b32bca04db1ef372195e6 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Thu, 19 May 2022 16:45:50 -0500 Subject: [PATCH] scripts/ocsp-stapling.test: fix whitespace. --- scripts/ocsp-stapling.test | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/ocsp-stapling.test b/scripts/ocsp-stapling.test index 029c74f4b..dc634a2d9 100755 --- a/scripts/ocsp-stapling.test +++ b/scripts/ocsp-stapling.test @@ -430,13 +430,13 @@ if [ "$openssl_tls13" = "0" -a "$wolfssl_tls13" = "0" ]; then else echo -n 'skipping TLS1.3 stapling interoperability test:' 1>&2 if [ "$openssl_tls13" != "0" ]; then - echo -n ' OpenSSL' 1>&2 + echo -n ' OpenSSL' 1>&2 fi if [ "$wolfssl_tls13" != "0" ]; then - if [ "$openssl_tls13" != "0" ]; then - echo -n ' and' 1>&2 - fi - echo -n ' wolfSSL' 1>&2 + if [ "$openssl_tls13" != "0" ]; then + echo -n ' and' 1>&2 + fi + echo -n ' wolfSSL' 1>&2 fi echo -n ' missing TLS1.3 support.' 1>&2 fi