mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-20 02:42:09 +03:00
Also: - delete unused internal macro `libssh2_md5()` where defined. - prefix `libssh2_os400qc3_hash*()` function names with underscore. These are public/visible, but internal. - add FIXMEs to OS/400 code to verify update/final calls; some OS API, some internal. Ref: https://github.com/libssh2/libssh2/pull/1301#discussion_r1446861650 Reviewed-by: Michael Buckley Reviewed-by: Patrick Monnerat Closes #1303