summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fips/dh/fips_dhvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/dh/fips_dhvs.c b/fips/dh/fips_dhvs.c
index 73623e36b4..f00efecf22 100644
--- a/fips/dh/fips_dhvs.c
+++ b/fips/dh/fips_dhvs.c
@@ -60,7 +60,7 @@
int main(int argc, char **argv)
{
- printf("No FIPS DRBG support\n");
+ printf("No FIPS DH support\n");
return(0);
}
#else