summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-19 06:19:53 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-20 16:21:50 +0200
commitd29d4b317b9e01da742f1df657ec572e7bc27f9b (patch)
treee16d1aef8b604ab8f3fcd87753df0e6effdb06b8 /apps
parente10b54ca32280d9fec20085f404dcdcf2217c90e (diff)
Revert "Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()"
This reverts commit 87728c682995d0575b52a5a19d69405bb764e76e. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/apps.c b/apps/apps.c
index 566d547653..b1dd97038f 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -1321,7 +1321,6 @@ int set_name_ex(unsigned long *flags, const char *arg)
{
static const NAME_EX_TBL ex_tbl[] = {
{"esc_2253", ASN1_STRFLGS_ESC_2253, 0},
- {"esc_2254", ASN1_STRFLGS_ESC_2254, 0},
{"esc_ctrl", ASN1_STRFLGS_ESC_CTRL, 0},
{"esc_msb", ASN1_STRFLGS_ESC_MSB, 0},
{"use_quote", ASN1_STRFLGS_ESC_QUOTE, 0},