summaryrefslogtreecommitdiff
path: root/apps/dh.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-01-09 14:21:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-01-09 14:21:40 +0000
commit25f923ddd18d42a44081dff1ce45ed79ba5fd11f (patch)
tree55927dbaa731b0761e6f5a713875a36f23faffb0 /apps/dh.c
parent150a4320d8005c6a97b36a6fabb38f723afba720 (diff)
downloadopenssl-new-25f923ddd18d42a44081dff1ce45ed79ba5fd11f.tar.gz
New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return code.
Remove references to 'TXT' in -inform and -outform switches.
Diffstat (limited to 'apps/dh.c')
-rw-r--r--apps/dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dh.c b/apps/dh.c
index d68b388085..e54cd29050 100644
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -72,7 +72,7 @@
#undef PROG
#define PROG dh_main
-/* -inform arg - input format - default PEM (one of DER, TXT or PEM)
+/* -inform arg - input format - default PEM (DER or PEM)
* -outform arg - output format - default PEM
* -in arg - input file - default stdin
* -out arg - output file - default stdout