diff options
author | 2014-04-14 15:11:24 +0000 | |
---|---|---|
committer | 2014-04-14 15:11:24 +0000 | |
commit | ec9bef52a79a4e1b34e181ac4b57b16a5069a857 (patch) | |
tree | 369eedcba0fe63f6beeb81c167ad2203cb9623eb | |
parent | First pass at applying KNF to the OpenSSL code, which almost makes it (diff) | |
download | wireguard-openbsd-ec9bef52a79a4e1b34e181ac4b57b16a5069a857.tar.xz wireguard-openbsd-ec9bef52a79a4e1b34e181ac4b57b16a5069a857.zip |
No need to include ber.h here, probably overlooked while importing.
ok blambert@
-rw-r--r-- | usr.sbin/relayd/agentx.c | 3 | ||||
-rw-r--r-- | usr.sbin/snmpd/agentx.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/relayd/agentx.c b/usr.sbin/relayd/agentx.c index fd815b620ab..ad01ffca699 100644 --- a/usr.sbin/relayd/agentx.c +++ b/usr.sbin/relayd/agentx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agentx.c,v 1.1 2014/04/14 12:58:04 blambert Exp $ */ +/* $OpenBSD: agentx.c,v 1.2 2014/04/14 15:11:24 andre Exp $ */ /* * Copyright (c) 2013,2014 Bret Stephen Lambert <blambert@openbsd.org> * @@ -31,7 +31,6 @@ #include <unistd.h> #include "snmp.h" -#include "ber.h" int snmp_agentx_octetstring(struct agentx_pdu *, char *, int); int snmp_agentx_buffercheck(struct agentx_pdu *, size_t); diff --git a/usr.sbin/snmpd/agentx.c b/usr.sbin/snmpd/agentx.c index 55a5c18f075..ad01ffca699 100644 --- a/usr.sbin/snmpd/agentx.c +++ b/usr.sbin/snmpd/agentx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agentx.c,v 1.1 2014/04/14 12:55:10 blambert Exp $ */ +/* $OpenBSD: agentx.c,v 1.2 2014/04/14 15:11:24 andre Exp $ */ /* * Copyright (c) 2013,2014 Bret Stephen Lambert <blambert@openbsd.org> * @@ -31,7 +31,6 @@ #include <unistd.h> #include "snmp.h" -#include "ber.h" int snmp_agentx_octetstring(struct agentx_pdu *, char *, int); int snmp_agentx_buffercheck(struct agentx_pdu *, size_t); |