diff -ur openssl-1.0.1-stable-SNAP-20101209_original/apps/req.c openssl-1.0.1-stable-SNAP-20101209_mine/apps/req.c
--- openssl-1.0.1-stable-SNAP-20101209_original/apps/req.c	2010-12-09 14:17:13.000000000 -0500
+++ openssl-1.0.1-stable-SNAP-20101209_mine/apps/req.c	2010-12-09 14:19:50.000000000 -0500
@@ -421,7 +421,7 @@
 #ifndef OPENSSL_NO_ECDSA
 		BIO_printf(bio_err," -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n");
 #endif
-		BIO_printf(bio_err," -[digest]      Digest to sign with (md5, sha1, md2, mdc2, md4)\n");
+		BIO_printf(bio_err," -[digest]      Digest to sign with (md5, sha1, md2, mdc2, md4, sha224, etc.)\n");
 		BIO_printf(bio_err," -config file   request template file.\n");
 		BIO_printf(bio_err," -subj arg      set or modify request subject\n");
 		BIO_printf(bio_err," -multivalue-rdn enable support for multivalued RDNs\n");
diff -ur openssl-1.0.1-stable-SNAP-20101209_original/apps/x509.c openssl-1.0.1-stable-SNAP-20101209_mine/apps/x509.c
--- openssl-1.0.1-stable-SNAP-20101209_original/apps/x509.c	2010-12-09 14:17:13.000000000 -0500
+++ openssl-1.0.1-stable-SNAP-20101209_mine/apps/x509.c	2010-12-09 14:19:50.000000000 -0500
@@ -141,7 +141,7 @@
 " -set_serial     - serial number to use\n",
 " -text           - print the certificate in text form\n",
 " -C              - print out C code forms\n",
-" -md2/-md5/-sha1/-mdc2 - digest to use\n",
+" -md2/-md5/-sha1/-mdc2/-sha224/etc.    - digest to use\n",
 " -extfile        - configuration file with X509V3 extensions to add\n",
 " -extensions     - section from config file with X509V3 extensions to add\n",
 " -clrext         - delete extensions before signing and input certificate\n",
