When the Net-SNMP defines were changed to use the NETSNMP_ prefix, one 
was missed in win32/net-snmp-config.h which prevents applications from 
using SSL.  I will apply the following patch to main.

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:15:49 -0000
@@ -1353,7 +1353,7 @@
  #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

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:15:50 -0000
@@ -1353,7 +1353,7 @@
  #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



-------------------------------------------------------------------------
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
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to