Przeglądaj źródła

use application:start(crypto) instead of crypto:start()

pull/532/head
Tristan Sloughter 9 lat temu
rodzic
commit
6d3a107056
1 zmienionych plików z 1 dodań i 4 usunięć
  1. +1
    -4
      bootstrap

+ 1
- 4
bootstrap Wyświetl plik

@ -4,10 +4,7 @@
main(_Args) ->
case crypto:start() of
ok -> ok;
{error,{already_started,crypto}} -> ok
end,
application:start(crypto),
application:start(asn1),
application:start(public_key),
application:start(ssl),

Ładowanie…
Anuluj
Zapisz