aboutsummaryrefslogtreecommitdiffstats
path: root/doc/scripts/print_deps.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a script that analyzes the source and prints module dependencies.lloyd2009-07-151-0/+70
Useful for tracking where the big balls of mud are. Fix dependencies in gost_3411 (depends on the gost block cipher), and the TLS PRF (depends on HMAC). Also hide TLS_PRF::P_hash in an anonymous namespace instead of making it a private static function. I don't think this will affect binary compat, since it was statically linked.