summaryrefslogtreecommitdiff
path: root/src/plop.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-05-06 14:33:27 +0200
committerLinus Nordberg <linus@nordberg.se>2015-05-06 14:33:27 +0200
commit1d8feb02887225a6cc5dc89bb0486424cb02e318 (patch)
tree1d5460b3ece7afee8dc23059826ee13e7df55324 /src/plop.erl
parent4debec0f967d429f3cc9011eff898bc5e5585bda (diff)
Make check clean.
Diffstat (limited to 'src/plop.erl')
-rw-r--r--src/plop.erl13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/plop.erl b/src/plop.erl
index 1f9ddd0..b6d7ff1 100644
--- a/src/plop.erl
+++ b/src/plop.erl
@@ -34,7 +34,6 @@
-include("plop.hrl").
%%-include("db.hrl").
-include_lib("public_key/include/public_key.hrl").
--include_lib("eunit/include/eunit.hrl").
%%%%% moved from plop.hrl, maybe remove
-define(PLOPVERSION, 0).
@@ -369,15 +368,3 @@ serialise(#signature{
SigLen = size(Signature),
list_to_binary([serialise(Algorithm),
<<SigLen:16, Signature/binary>>]).
-
-%%%%%%%%%%%%%%%%%%%%
-%% Internal tests. For more tests see ../test/.
-%% serialise_test_() ->
-%% [?_assertEqual(
-%% <<0:8, 0:8, 0:64, 0:16, "foo">>,
-%% serialise(#spt_signed{
-%% version = 0,
-%% signature_type = certificate_timestamp,
-%% timestamp = 0,
-%% entry_type = x509,
-%% signed_entry = <<"foo">>}))].