diff options
| author | Magnus Ahltorp <map@kth.se> | 2015-03-04 22:48:40 +0100 |
|---|---|---|
| committer | Magnus Ahltorp <map@kth.se> | 2015-03-04 22:48:40 +0100 |
| commit | a706e79fa722f681320fe1b05824352b6b9a63fc (patch) | |
| tree | 41907841f09f19d93adfab91eb314bb0789851f9 /ebin | |
| parent | f800e5fae8f9579328477b3bc3e939d9f4369d32 (diff) | |
| parent | e0f11a58033d52c70bc76b4b5611cb88485d4653 (diff) | |
Merge branch 'extsign'
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/catlfish.app | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/catlfish.app b/ebin/catlfish.app index d8b2acc..d97e1be 100644 --- a/ebin/catlfish.app +++ b/ebin/catlfish.app @@ -7,6 +7,6 @@ {application, catlfish, [{description, "catlfish -- Certificate Transparency Log Server"}, {vsn, "0.2.0-dev"}, - {modules, [v1, catlfish_app]}, - {applications, [kernel, stdlib, plop, inets, lager, mochiweb, idna]}, + {modules, [catlfish, catlfish_app, catlfish_sup, catlfish_web, v1, x509]}, + {applications, [kernel, stdlib, plop, lager, mochiweb, idna, asn1, crypto]}, {mod, {catlfish_app, []}}]}. |
