From owner-p4-projects Wed Jun 12 14:13: 9 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7CF0E37B406; Wed, 12 Jun 2002 14:13:04 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF31337B405 for ; Wed, 12 Jun 2002 14:13:03 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5CLD3Q20598 for perforce@freebsd.org; Wed, 12 Jun 2002 14:13:03 -0700 (PDT) (envelope-from des@freebsd.org) Date: Wed, 12 Jun 2002 14:13:03 -0700 (PDT) Message-Id: <200206122113.g5CLD3Q20598@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav Subject: PERFORCE change 12775 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12775 Change 12775 by des@des.at.des.thinksec.com on 2002/06/12 14:12:28 s/NULL/NULL_PTR/ (for a moment there I almost though I was writing C) Affected files ... ... //depot/projects/cryptoki/lib/C_GetFunctionList.c#4 edit Differences ... ==== //depot/projects/cryptoki/lib/C_GetFunctionList.c#4 (text+ko) ==== @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/cryptoki/lib/C_GetFunctionList.c#3 $ + * $P4: //depot/projects/cryptoki/lib/C_GetFunctionList.c#4 $ */ #include @@ -112,7 +112,7 @@ C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) { - if (ppFunctionList == NULL) + if (ppFunctionList == NULL_PTR) return (CKR_ARGUMENTS_BAD); *ppFunctionList = &_ck_FunctionList; return (CKR_OK); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message