From 943b9b21f069a91a4417332940539a3015ad6af7 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 20 May 2014 12:16:28 +0200 Subject: Make 'extensions' field the empty string. Not the empty list. --- src/v1.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/v1.erl b/src/v1.erl index 32dabab..9f454fc 100644 --- a/src/v1.erl +++ b/src/v1.erl @@ -17,7 +17,7 @@ add_chain(SessionID, _Env, Input) -> R = [{sct_version, ?PROTOCOL_VERSION}, {id, base64:encode(SPT#spt.logid)}, {timestamp, SPT#spt.timestamp}, - {extensions, []}, + {extensions, base64:encode("")}, {signature, base64:encode( list_to_binary(plop:serialise(SPT#spt.signature)))}], -- cgit v1.1