Index: openacs-4/packages/file-storage/tcl/file-storage-torrent-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/tcl/file-storage-torrent-procs.tcl,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/file-storage/tcl/file-storage-torrent-procs.tcl 7 Aug 2017 23:48:11 -0000 1.3 +++ openacs-4/packages/file-storage/tcl/file-storage-torrent-procs.tcl 24 Feb 2023 16:24:43 -0000 1.3.2.1 @@ -5,11 +5,16 @@ namespace eval fs::torrent {} -ad_proc -public fs::torrent::get_hashsum { +ad_proc -deprecated fs::torrent::get_hashsum { {-filename:required} } { Get hashsum for the file using SHA1 hashsum technique. + DEPRECATED: NaviServer can now perform such a digest in a oneliner + that won't require slurping the file first. + + @see ns_md + @author Al-Faisal El-Dajani (faisal.dajani@gmail.com) @creation-date 2005-10-25 @param filename Name of file to get hashsum for. Must be in absolute path format.