From d916fbfff133da58deaf9733ee242b4d437250ee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Mon, 26 Nov 2012 15:22:13 +0100
Subject: asn1ct_value: Fix type for open type value for uper

---
 lib/asn1/src/asn1ct_value.erl | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'lib/asn1/src')

diff --git a/lib/asn1/src/asn1ct_value.erl b/lib/asn1/src/asn1ct_value.erl
index 6057e27b63..389642c446 100644
--- a/lib/asn1/src/asn1ct_value.erl
+++ b/lib/asn1/src/asn1ct_value.erl
@@ -436,11 +436,8 @@ get_encoding_rule(M) ->
 
 open_type_value(ber) ->
     <<4,9,111,112,101,110,95,116,121,112,101>>;
-open_type_value(per) ->
-    <<"\n\topen_type">>;	       %octet string value "open_type"
-%    <<10,9,111,112,101,110,95,116,121,112,101>>;
 open_type_value(_) ->
-    [4,9,111,112,101,110,95,116,121,112,101].
+    <<"\n\topen_type">>.	       %octet string value "open_type"
 
 to_textual_order({Root,Ext}) ->
     {to_textual_order(Root),Ext};
-- 
cgit v1.2.3