HardenedBSD/lib/libcrypt/libcrypt.aldscript
Robert Clausecker cb5e41b160 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
2024-10-25 16:02:38 +02:00

2 lines
42 B
Plaintext

INPUT(-l@@LIB@@@@STATICLIB_SUFFIX@@ -lmd)