From the erlang shell (werl.exe or erl.exe) in a CEAN 1.2 base distribution for Windows the crypto application fails to start up:
Erlang (BEAM) emulator version 5.5.4 [async-threads:0]
Eshell V5.5.4 (abort with ^G)
1> crypto:start().
=INFO REPORT==== 1-May-2007::10:42:50 ===
application: crypto
exited: {shutdown,{crypto_app,start,[normal,[]]}}
type: temporary
{error,{shutdown,{crypto_app,start,[normal,[]]}}}
2>
Any help is appreciated.
-Matt
Module info:
2> crypto:module_info().
[{exports,[{stop,0},
{info,0},
{md5,1},
{md5_init,0},
{md5_update,2},
{md5_final,1},
{sha,1},
{sha_init,0},
{sha_update,2},
{sha_final,1},
{md5_mac,2},
{md5_mac_96,2},
{sha_mac,2},
{sha_mac_96,2},
{des_cbc_encrypt,3},
{des_cbc_decrypt,3},
{des_cbc_ivec,1},
{des3_cbc_encrypt,5},
{des_ede3_cbc_encrypt,5},
{des_ede3_cbc_decrypt,5},
{aes_cfb_128_encrypt,3},
{aes_cfb_128_decrypt,3},
{rand_bytes,1},
{rand_bytes,3},
{rand_uniform,...},
{...}|...]},
{imports,[]},
{attributes,[{vsn,[240404134392053029099066172992822441397]}]},
{compile,[{options,[{cwd,"C:\\cygwin\\ldisk\\DAILY_~1\\OTP_BU~2.200\\OTP_SR~1\\
lib\\crypto\\src"},
{outdir,"c:/cygwin/ldisk/DAILY_~1/OTP_BU~2.200/OTP_SR~1/lib
/crypto/src/../ebin"},
debug_info]},
{version,"4.4.4"},
{time,{2007,3,27,17,57,2}},
{source,"c:/cygwin/ldisk/DAILY_~1/OTP_BU~2.200/OTP_SR~1/lib/crypto/sr
c/crypto.erl"}]}]
