aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct_value.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2011-05-20 15:32:12 +0200
committerBjörn-Egil Dahlberg <[email protected]>2011-05-20 15:32:12 +0200
commitf51fe0b00300082fe2a937c4575afedd9e113afa (patch)
treebe8e5f24120fa65d6dc50ccae657712a5b1334b2 /lib/asn1/src/asn1ct_value.erl
parent6c6ea3ebe1e031520bf5bf8808c595b935a4b3bc (diff)
parent577f5ca0d34793c8a1c502f3e4221e43929b3e33 (diff)
downloadotp-f51fe0b00300082fe2a937c4575afedd9e113afa.tar.gz
otp-f51fe0b00300082fe2a937c4575afedd9e113afa.tar.bz2
otp-f51fe0b00300082fe2a937c4575afedd9e113afa.zip
Merge branch 'kenneth/asn1/longlength/OTP-9303' into dev
* kenneth/asn1/longlength/OTP-9303: Fixed DRIVER_INIT prototype Corrected handling of long length in driver and updated test suites
Diffstat (limited to 'lib/asn1/src/asn1ct_value.erl')
-rw-r--r--lib/asn1/src/asn1ct_value.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/asn1/src/asn1ct_value.erl b/lib/asn1/src/asn1ct_value.erl
index d9a7e5374a..693e039a13 100644
--- a/lib/asn1/src/asn1ct_value.erl
+++ b/lib/asn1/src/asn1ct_value.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1997-2009. All Rights Reserved.
+%% Copyright Ericsson AB 1997-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -443,7 +443,7 @@ open_type_value(ber_bin_v2) ->
open_type_value(per) ->
"\n\topen_type"; %octet string value "open_type"
open_type_value(per_bin) ->
- "\n\topen_type";
+ <<"\n\topen_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].