You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERLC recon_server.erl recon_web.erl recon_web_app.erl recon_web_handle.erl recon_web_lib.erl recon_web_protocol.erl recon_web_session.erl recon_web_session_sup.erl recon_web_status.erl recon_web_sup.erl recon_web_system.erl recon_web_uuids.erl
compile: warnings being treated as errors
src/recon_web_uuids.erl:36: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:44: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:79: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
make[1]: *** [ebin/recon_web.app] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
ERLC recon_server.erl recon_web.erl recon_web_app.erl recon_web_handle.erl recon_web_lib.erl recon_web_protocol.erl recon_web_session.erl recon_web_session_sup.erl recon_web_status.erl recon_web_sup.erl recon_web_system.erl recon_web_uuids.erl
compile: warnings being treated as errors
src/recon_web_uuids.erl:36: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:44: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:79: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
make[1]: *** [ebin/recon_web.app] Error 1
make: *** [all] Error 2
replace function crypto:rand_bytes/1 with crypto:strong_rand_bytes/1
ERLC recon_server.erl recon_web.erl recon_web_app.erl recon_web_handle.erl recon_web_lib.erl recon_web_protocol.erl recon_web_session.erl recon_web_session_sup.erl recon_web_status.erl recon_web_sup.erl recon_web_system.erl recon_web_uuids.erl
compile: warnings being treated as errors
src/recon_web_uuids.erl:36: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:44: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
src/recon_web_uuids.erl:79: crypto:rand_bytes/1 is deprecated and will be removed in a future release; use crypto:strong_rand_bytes/1
make[1]: *** [ebin/recon_web.app] Error 1
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: