diff options
author | peter <peter@FreeBSD.org> | 1999-12-17 20:04:01 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-17 20:04:01 +0000 |
commit | 1c7b33fb91c8b3a7de85f82a0cdd18976fb4d97e (patch) | |
tree | c9c76b0636ba056504b4a94733eb043f0cd4ed0a /lib/libcrypt/Makefile | |
parent | 4a15432d48424b310f3cf2c5ab65b3048bfba62b (diff) | |
download | FreeBSD-src-1c7b33fb91c8b3a7de85f82a0cdd18976fb4d97e.zip FreeBSD-src-1c7b33fb91c8b3a7de85f82a0cdd18976fb4d97e.tar.gz |
Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* and
SHA* routines so that callers of libcrypt are not exposed to the internal
implementation.
Diffstat (limited to 'lib/libcrypt/Makefile')
-rw-r--r-- | lib/libcrypt/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 3742913..ef66357 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -24,9 +24,6 @@ CFLAGS+= -I${.CURDIR}/../libmd CFLAGS+= -DLIBC_SCCS -Wall PRECIOUSLIB= yes -LDADD+= -lmd -DPADD+= ${LIBMD} - # Include this early to pick up the definitions of SHLIB_MAJOR and # SHLIB_MINOR which are used in the existence tests. .include "${.CURDIR}/../Makefile.inc" |