From dc0bac5c4303d2d226cbae7182ab2182d80e8d9a Mon Sep 17 00:00:00 2001
From: hniksic <devnull@localhost>
Date: Wed, 27 Apr 2005 14:17:30 -0700
Subject: [PATCH] [svn] Advertise DER rather than ASN1.

---
 src/ChangeLog | 4 ++++
 src/main.c    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 8853c868..2478ddc8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+	* main.c (print_help): Advertise "DER", not "ASN1".
+
 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
 
 	* openssl.c (init_prng): Disable the weak random seed by default.
diff --git a/src/main.c b/src/main.c
index 0be2c90c..3be046f2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -543,11 +543,11 @@ HTTPS (SSL/TLS) options:\n"),
     N_("\
        --certificate=FILE       client certificate file.\n"),
     N_("\
-       --certificate-type=TYPE  client certificate type, PEM or ASN1.\n"),
+       --certificate-type=TYPE  client certificate type, PEM or DER.\n"),
     N_("\
        --private-key=FILE       private key file.\n"),
     N_("\
-       --private-key-type=TYPE  private key type, PEM or ASN1.\n"),
+       --private-key-type=TYPE  private key type, PEM or DER.\n"),
     N_("\
        --ca-certificate=FILE    file with the bundle of CA's.\n"),
     N_("\