summaryrefslogtreecommitdiffstats
path: root/apps/fipsinstall.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/fipsinstall.c')
-rw-r--r--apps/fipsinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/fipsinstall.c b/apps/fipsinstall.c
index 6d86bb44e2..d0d5716ab1 100644
--- a/apps/fipsinstall.c
+++ b/apps/fipsinstall.c
@@ -478,7 +478,7 @@ opthelp:
ret = OSSL_PROVIDER_available(NULL, prov_name) ? 0 : 1;
if (!quiet) {
BIO_printf(bio_err, "FIPS provider is %s\n",
- ret == 0 ? "available" : " not available");
+ ret == 0 ? "available" : "not available");
}
}
goto end;