diff options
author | 2015-03-14 14:35:00 +0000 | |
---|---|---|
committer | 2015-03-14 14:35:00 +0000 | |
commit | 97537951d046d94b54bde1ded0c9904f687cae8e (patch) | |
tree | f4106c5239524df31d1a4bacb6175d7c4c16fc14 | |
parent | rewrite of sh(1). this page tries to confine itself to document features (diff) | |
download | wireguard-openbsd-97537951d046d94b54bde1ded0c9904f687cae8e.tar.xz wireguard-openbsd-97537951d046d94b54bde1ded0c9904f687cae8e.zip |
Remove wrong reference to zlib.
OK deraadt@
-rw-r--r-- | sys/crypto/xform_ipcomp.c | 4 |
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> |