[erlang-questions] No crypto:module_info/0,1

Hynek Vychodil vychodil.hynek@REDACTED
Wed Jun 3 10:32:23 CEST 2015


erl
Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:4:4] [async-threads:10]
[hipe] [kernel-poll:false]

Eshell V6.4  (abort with ^G)
1> application:start
start/1       start/2       start_boot/1  start_boot/2  start_type/0

1> application:start(crypto).
ok
2> crypto:module_info().
[{exports,[{version,0},
           {stop,0},
           {supports,0},
           {info_lib,0},
           {hash,2},
           ...

On Wed, Jun 3, 2015 at 10:18 AM, Leo Liu <sdl.web@REDACTED> wrote:

> Hi there,
>
> The manual says the compiler automatically inserts module_info/0,1 in
> each module but I just discovered that crypto has no such functions.
> Ideas?
>
> Leo
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150603/d0babc91/attachment.htm>


More information about the erlang-questions mailing list