Index: openacs-4/packages/acs-tcl/tcl/00-canisue-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-canisue-procs.tcl,v diff -u -N -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/acs-tcl/tcl/00-canisue-procs.tcl 3 Jul 2019 18:12:25 -0000 1.1.2.3 +++ openacs-4/packages/acs-tcl/tcl/00-canisue-procs.tcl 16 Jul 2019 19:01:56 -0000 1.1.2.4 @@ -71,6 +71,7 @@ # (which is not available during loading). # ::acs::register_icanuse "ns_conn partialtimes" [acs::icanuse "ns_server ummap"] +::acs::register_icanuse "ns_crypto::randombytes" {[info commands ::ns_crypto::randombytes] ne ""} ::acs::register_icanuse "ns_asynclogfile" {[info commands ::ns_asynclogfile] ne ""} ::acs::register_icanuse "ns_writer" {[info commands ::ns_writer] ne ""}