HomeFreeBSD

lib/libcrypt: unbundle hash functions

Description

lib/libcrypt: unbundle hash functions

libcrypt bundles the various hash functions it needs,
duplicating code that is also found in libmd.
Unbundle the hash functions and apply the same hack used
for libncursesw so static consumers link -lmd in addition
to -lcrypt.

Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D47062

Details

Provenance
fuzAuthored on Fri, Oct 11, 3:41 PM
Reviewer
kevans
Differential Revision
D47062: lib/libcrypt: unbundle hash functions
Parents
rGa2c0d2026fb4: lib/libcrypt: use explicit_bzero() to clear sensitive buffers
Branches
Unknown
Tags
Unknown