summaryrefslogtreecommitdiff
path: root/src/v1.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-05-20 12:31:32 +0200
committerLinus Nordberg <linus@nordberg.se>2014-05-20 12:31:32 +0200
commit61a29feb448b7edc164bb15b9e913ec1f2333b07 (patch)
tree64452ab25231a8e47be97e538e737c010e59e74f /src/v1.erl
parent421aed8f975848ee582e1dda0fb7b49197a5ffb7 (diff)
Set protocol version to 0, i.e. v1.
Diffstat (limited to 'src/v1.erl')
-rw-r--r--src/v1.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v1.erl b/src/v1.erl
index 9f454fc..2814cb6 100644
--- a/src/v1.erl
+++ b/src/v1.erl
@@ -4,7 +4,7 @@
get_roots/3, get_entry_and_proof/3]).
-export([hello/3]).
-include("$CTROOT/plop/include/plop.hrl").
--define(PROTOCOL_VERSION, 1).
+-define(PROTOCOL_VERSION, 0).
%% Public functions.
add_chain(SessionID, _Env, Input) ->