Dave Shield wrote: >> /* If you have openssl 0.9.7 or above, you likely have AES support. */ >> -/* #undef USE_OPENSSL */ >> +/* #undef NETSNMP_USE_OPENSSL */ >> >> #ifdef USE_OPENSSL > > What about that last line of the context? Should that have the NS > prefix too?
Yes, it should. Thanks. Alex Index: net-snmp-config.h =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/win32/net-snmp/net-snmp-config.h,v retrieving revision 5.47 diff -u -r5.47 net-snmp-config.h --- net-snmp-config.h 16 Sep 2006 18:01:17 -0000 5.47 +++ net-snmp-config.h 25 Oct 2006 15:44:33 -0000 @@ -1353,9 +1353,9 @@ #endif /* If you have openssl 0.9.7 or above, you likely have AES support. */ -/* #undef USE_OPENSSL */ +/* #undef NETSNMP_USE_OPENSSL */ -#ifdef USE_OPENSSL +#ifdef NETSNMP_USE_OPENSSL /* Define to 1 if you have the <openssl/dh.h> header file. */ #define HAVE_OPENSSL_DH_H 1 Index: net-snmp-config.h.in =================================================================== RCS file: /cvsroot/net-snmp/net-snmp/win32/net-snmp/net-snmp-config.h.in,v retrieving revision 1.23 diff -u -r1.23 net-snmp-config.h.in --- net-snmp-config.h.in 16 Sep 2006 20:49:34 -0000 1.23 +++ net-snmp-config.h.in 25 Oct 2006 15:44:33 -0000 @@ -1353,9 +1353,9 @@ #endif /* If you have openssl 0.9.7 or above, you likely have AES support. */ -/* #undef USE_OPENSSL */ +/* #undef NETSNMP_USE_OPENSSL */ -#ifdef USE_OPENSSL +#ifdef NETSNMP_USE_OPENSSL /* Define to 1 if you have the <openssl/dh.h> header file. */ #define HAVE_OPENSSL_DH_H 1 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
