From owner-cvs-all Mon Feb 3 14:47: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 619C437B401; Mon, 3 Feb 2003 14:47:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06F9743F75; Mon, 3 Feb 2003 14:47:04 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h13Ml3bv093427; Mon, 3 Feb 2003 14:47:03 -0800 (PST) (envelope-from billf@repoman.freebsd.org) Received: (from billf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h13Ml3Ge093426; Mon, 3 Feb 2003 14:47:03 -0800 (PST) Message-Id: <200302032247.h13Ml3Ge093426@repoman.freebsd.org> From: Bill Fumerola Date: Mon, 3 Feb 2003 14:47:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/sign x509.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG billf 2003/02/03 14:47:03 PST Modified files: usr.sbin/pkg_install/sign x509.c Log: even the default case in a switch requires some action (add break;) EVP_sha1() returns a const EVP_MD *, so reflect that in the variable we store its return value in. Revision Changes Path 1.3 +2 -1 src/usr.sbin/pkg_install/sign/x509.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message