CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/08/31 09:09:14
Modified files:
include : md5.h rmd160.h sha1.h sha2.h
lib/libc : Symbols.list
lib/libc/hash : MD5Init.3 RMD160Init.3 SHA1Init.3 SHA256Init.3
helper.c md5.c rmd160.c sha1.c sha256.c
sha512.c
lib/libc/hidden: md5.h rmd160.h sha1.h sha2.h
Log message:
Unexport *Pad *Transform *FileChunk()
Pad and FileChunk are our own invention and unused after Pad usage was
removed from libskey. Transform should never have been exposed, so remove
it.
ok deraadt naddy