Typo.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 8 Mar 2011 21:29:07 +0000 (21:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 8 Mar 2011 21:29:07 +0000 (21:29 +0000)
fips/dh/fips_dhvs.c

index 73623e36b45fe732928f6cec1413c7a8c6eb122e..f00efecf224da474eca773dc2b9fc2f6b622b714 100644 (file)
@@ -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