summaryrefslogtreecommitdiff
path: root/ebin/ctls.app
diff options
context:
space:
mode:
Diffstat (limited to 'ebin/ctls.app')
-rw-r--r--ebin/ctls.app9
1 files changed, 0 insertions, 9 deletions
diff --git a/ebin/ctls.app b/ebin/ctls.app
deleted file mode 100644
index eeaaf11..0000000
--- a/ebin/ctls.app
+++ /dev/null
@@ -1,9 +0,0 @@
-%% Application resource file for ctls (in -*- erlang -*- mode).
-%% Point out the proper configuration file (-config ctls) when starting beam.
-{application, ctls,
- [{description, "ctls -- Certificate Transparency Log Server"},
- {vsn, "0.0.1"},
- {modules, [v1]},
- {applications, [kernel, stdlib, plop, inets]}]}.
-%% {registered, [ctls]}]}.
-%% {mod, {ctls, ["test/eckey.pem", "test/eckey-public.pem"]}}]}.