aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp/files/patch-transform_oids.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-transform_oids.h')
-rw-r--r--net-mgmt/net-snmp/files/patch-transform_oids.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/net-snmp/files/patch-transform_oids.h b/net-mgmt/net-snmp/files/patch-transform_oids.h
index 874acac2f08..674d4c1acb2 100644
--- a/net-mgmt/net-snmp/files/patch-transform_oids.h
+++ b/net-mgmt/net-snmp/files/patch-transform_oids.h
@@ -1,11 +1,11 @@
---- include/net-snmp/library/transform_oids.h.orig Wed Dec 8 19:34:06 2004
-+++ include/net-snmp/library/transform_oids.h Wed Dec 8 19:34:34 2004
+--- include/net-snmp/library/transform_oids.h.orig 2006-10-28 05:19:44.000000000 +0900
++++ include/net-snmp/library/transform_oids.h 2008-03-26 07:50:45.393507729 +0900
@@ -23,6 +23,8 @@
/* XXX: OIDs not defined yet */
- extern oid usmAESPrivProtocol[10]; /* == { 1,3,6,1,6,3,10,1,2,4 }; */
- extern oid *usmAES128PrivProtocol; /* backwards compat */
-+extern oid *usmAES192PrivProtocol; /* backwards compat */
-+extern oid *usmAES256PrivProtocol; /* backwards compat */
+ NETSNMP_IMPORT oid usmAESPrivProtocol[10]; /* == { 1,3,6,1,6,3,10,1,2,4 }; */
+ NETSNMP_IMPORT oid *usmAES128PrivProtocol; /* backwards compat */
++NETSNMP_IMPORT oid *usmAES192PrivProtocol; /* backwards compat */
++NETSNMP_IMPORT oid *usmAES256PrivProtocol; /* backwards compat */
#define USM_AUTH_PROTO_NOAUTH_LEN 10
#define USM_AUTH_PROTO_MD5_LEN 10