aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2011-08-09 15:52:19 +0200
committerLukas Larsson <[email protected]>2011-09-23 11:45:26 +0200
commitf0a455069f3a68eefd098c6de8863dc6663c36c3 (patch)
tree72e777475ca77ec2dc16f618fca72793adb99483 /lib/asn1
parentb33142d1da7322f621e175a3dfb7e1d185902192 (diff)
downloadotp-f0a455069f3a68eefd098c6de8863dc6663c36c3.tar.gz
otp-f0a455069f3a68eefd098c6de8863dc6663c36c3.tar.bz2
otp-f0a455069f3a68eefd098c6de8863dc6663c36c3.zip
Update ber_bin and ber_bin_v2 to return binaries
Diffstat (limited to 'lib/asn1')
-rw-r--r--lib/asn1/src/asn1ct_value.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/asn1/src/asn1ct_value.erl b/lib/asn1/src/asn1ct_value.erl
index 693e039a13..d099376b1b 100644
--- a/lib/asn1/src/asn1ct_value.erl
+++ b/lib/asn1/src/asn1ct_value.erl
@@ -435,11 +435,11 @@ get_encoding_rule(M) ->
open_type_value(ber) ->
[4,9,111,112,101,110,95,116,121,112,101];
open_type_value(ber_bin) ->
- [4,9,111,112,101,110,95,116,121,112,101];
-% <<4,9,111,112,101,110,95,116,121,112,101>>;
+% [4,9,111,112,101,110,95,116,121,112,101];
+ <<4,9,111,112,101,110,95,116,121,112,101>>;
open_type_value(ber_bin_v2) ->
- [4,9,111,112,101,110,95,116,121,112,101];
-% <<4,9,111,112,101,110,95,116,121,112,101>>;
+% [4,9,111,112,101,110,95,116,121,112,101];
+ <<4,9,111,112,101,110,95,116,121,112,101>>;
open_type_value(per) ->
"\n\topen_type"; %octet string value "open_type"
open_type_value(per_bin) ->