summaryrefslogtreecommitdiff
path: root/sys/crypto
diff options
context:
space:
mode:
authorLoganaden Velvindron <logan@cvs.openbsd.org>2015-03-14 14:35:01 +0000
committerLoganaden Velvindron <logan@cvs.openbsd.org>2015-03-14 14:35:01 +0000
commitae5efeefaf4668b3d782ec2335d175f2d05180be (patch)
tree12073873eeb654ba4fd61146ac51e9361800d181 /sys/crypto
parent71f5e56849f2c69a6e0d5d7ada4bc122483a3abf (diff)
Remove wrong reference to zlib.
OK deraadt@
Diffstat (limited to 'sys/crypto')
-rw-r--r--sys/crypto/xform_ipcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/crypto/xform_ipcomp.c b/sys/crypto/xform_ipcomp.c
index 145badd0b51..d709719c954 100644
--- a/sys/crypto/xform_ipcomp.c
+++ b/sys/crypto/xform_ipcomp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xform_ipcomp.c,v 1.5 2015/03/14 03:38:46 jsg Exp $ */
+/* $OpenBSD: xform_ipcomp.c,v 1.6 2015/03/14 14:35:00 logan Exp $ */
/*
* Copyright (c) 2001 Jean-Jacques Bernard-Gundol (jj@wabbitt.org)
@@ -29,7 +29,7 @@
/*
* This file contains a wrapper around the deflate algo compression
- * functions using the zlib library (see net/zlib.{c,h})
+ * functions using the zlib library
*/
#include <sys/types.h>