summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-03-08 21:29:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-03-08 21:29:07 +0000
commit0392f94fbc1344ba322f7576f0d7b23e8973ba28 (patch)
treedf33b39a96df26336a5b63a3a6d69c78b3d150da
parent11e80de3ee155e21110019c5833cde55f555f0b9 (diff)
Typo.
-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