Date: Fri, 17 Dec 1999 12:04:03 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcrypt Makefile crypt-md5.c crypt-shs.c Message-ID: <199912172004.MAA81425@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 1999/12/17 12:04:03 PST Modified files: lib/libcrypt Makefile crypt-md5.c crypt-shs.c Log: 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. Revision Changes Path 1.23 +1 -4 src/lib/libcrypt/Makefile 1.4 +45 -2 src/lib/libcrypt/crypt-md5.c 1.4 +48 -2 src/lib/libcrypt/crypt-shs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912172004.MAA81425>