summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ah.c
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2016-03-07 18:44:01 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2016-03-07 18:44:01 +0000
commitc8fbd71a189dbc354a53d4c0b9bd58dee68e1f59 (patch)
tree843670be54048f650782caf5d7e8f636539239a3 /sys/netinet/ip_ah.c
parentb9a94269d3b6b5409fd5a111d272087c7af120a6 (diff)
Sync no-argument function declaration and definition by adding (void).
ok mpi@ millert@
Diffstat (limited to 'sys/netinet/ip_ah.c')
-rw-r--r--sys/netinet/ip_ah.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ah.c b/sys/netinet/ip_ah.c
index 17dc5bedd21..92105cf27d6 100644
--- a/sys/netinet/ip_ah.c
+++ b/sys/netinet/ip_ah.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ah.c,v 1.118 2015/07/15 22:16:42 deraadt Exp $ */
+/* $OpenBSD: ip_ah.c,v 1.119 2016/03/07 18:44:00 naddy Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -89,7 +89,7 @@ unsigned char ipseczeroes[IPSEC_ZEROES_SIZE]; /* zeroes! */
* ah_attach() is called from the transformation initialization code.
*/
int
-ah_attach()
+ah_attach(void)
{
return 0;
}