Menu

[r5552]: / experimental / net-snmp / files / patch-snmpusm.c  Maximize  Restore  History

Download this file

22 lines (18 with data), 635 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
--- snmplib/snmpusm.c.orig Thu Sep 16 07:57:47 2004
+++ snmplib/snmpusm.c Tue Jan 25 10:23:02 2005
@@ -54,6 +54,9 @@
#include <netinet/in.h>
#endif
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#if HAVE_DMALLOC_H
#include <dmalloc.h>
#endif
@@ -89,6 +92,8 @@
oid usmAESPrivProtocol[10] = { 1, 3, 6, 1, 6, 3, 10, 1, 2, 4 };
/* backwards compat */
oid *usmAES128PrivProtocol = usmAESPrivProtocol;
+oid *usmAES192PrivProtocol = usmAESPrivProtocol;
+oid *usmAES256PrivProtocol = usmAESPrivProtocol;
static u_int dummy_etime, dummy_eboot; /* For ISENGINEKNOWN(). */
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.