From owner-cvs-all Fri Dec 17 12: 4: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F8E0157A1; Fri, 17 Dec 1999 12:04:04 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81425; Fri, 17 Dec 1999 12:04:04 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199912172004.MAA81425@freefall.freebsd.org> From: Peter Wemm Date: Fri, 17 Dec 1999 12:04:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcrypt Makefile crypt-md5.c crypt-shs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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