diff options
author | 2006-09-21 11:10:52 +0000 | |
---|---|---|
committer | 2006-09-21 11:10:52 +0000 | |
commit | 0e9fa1b9693cd5d53e1190dae3696f67df6baabe (patch) | |
tree | ac19badfcf0f9acc50bf8b290067dd6c3033c414 | |
parent | code for acking event notifications that require acks. (diff) | |
download | wireguard-openbsd-0e9fa1b9693cd5d53e1190dae3696f67df6baabe.tar.xz wireguard-openbsd-0e9fa1b9693cd5d53e1190dae3696f67df6baabe.zip |
ugly trailing ws; from bret dot lambert at gmail
-rw-r--r-- | sys/netinet/ip_esp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netinet/ip_esp.c b/sys/netinet/ip_esp.c index 02558d2744d..51d60a12b60 100644 --- a/sys/netinet/ip_esp.c +++ b/sys/netinet/ip_esp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_esp.c,v 1.98 2006/05/28 02:04:15 mcbride Exp $ */ +/* $OpenBSD: ip_esp.c,v 1.99 2006/09/21 11:10:52 otto Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -104,10 +104,10 @@ esp_init(struct tdb *tdbp, struct xformsw *xsp, struct ipsecinit *ii) struct cryptoini cria, crie; if (!ii->ii_encalg && !ii->ii_authalg) { - DPRINTF(("esp_init(): neither authentication nor encryption " - "algorithm given")); - return EINVAL; - } + DPRINTF(("esp_init(): neither authentication nor encryption " + "algorithm given")); + return EINVAL; + } if (ii->ii_encalg) { switch (ii->ii_encalg) { |