AC_PREREQ(2.50)
-AC_INIT([OpenVPN], [2.1_beta11], [openvpn-users@lists.sourceforge.net], [openvpn])
+AC_INIT([OpenVPN], [2.1_beta11a], [openvpn-users@lists.sourceforge.net], [openvpn])
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SRCDIR(syshead.h)
senses a connection to its port which is using a non-OpenVPN
protocol, it will proxy the connection to the server at
.B host:port.
-Currently only designed to work with HTTPS,
+Currently only designed to work with HTTP/HTTPS,
though it would be theoretically possible to extend to
other protocols such as ssh.
#include "pkcs11-helper.h"
#include "pkcs11.h"
-#define snprintf openvpn_snprintf
-
static
void
_pkcs11_openvpn_print (
bool
is_openvpn_protocol (const struct buffer *buf)
{
- const unsigned char *p = BSTR (buf);
+ const unsigned char *p = (const unsigned char *) BSTR (buf);
const int len = BLEN (buf);
if (len >= 3)
{