OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Wed Apr 02 2003 - 14:09:27 CST


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2003/04/02 13:09:26

Modified files:
        sys/netinet : ip_ah.c ip_esp.c ip_ipcomp.c

Log message:
o sanity check mbuf earlier.
o return errno, not NULL.
o add some missing error values
o proper crypto_freereq() in ip_ipcomp.c
From Patrick Latifi; OK angelos