On Thu, 2011-07-07 at 09:35 +0200, David Sommerseth wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 07/07/11 01:08, chantra wrote:
> > Samuli,
> >
> > You will need patch openvpn-plugin.h
> >
> > diff --git a/openvpn-plugin.h b/openvpn-plugin.h
> > index 9cce9d8..529a1c6 100644
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/07/11 01:08, chantra wrote:
> Samuli,
>
> You will need patch openvpn-plugin.h
>
> diff --git a/openvpn-plugin.h b/openvpn-plugin.h
> index 9cce9d8..529a1c6 100644
> --- a/openvpn-plugin.h
> +++ b/openvpn-plugin.h
> @@ -25,12 +25,8 @@
> #ifndef
> From: chantra [mailto:chan...@debuntu.org]
> Sent: donderdag 7 juli 2011 1:08
> I believe the plugins should not need to know if openvpn uses polarssl or
> openssl... that might meant that openvpn will need to provide a generic x509
> cert library to > be used by openvpn plugins.
The backends
: openvpn-devel@lists.sourceforge.net
Subject: Re: [Openvpn-devel] PolarSSL patches
Hi Adriaan,
I tried building your tree on Debian 5 (amd64) VM and got this error:
#make plugins
/usr/bin/make -C plugin/auth-pam/
make[1]: Entering directory
`/home/buildslave/andj-openvpn-ssl-refactoring-4970f14/plugi
Samuli,
You will need patch openvpn-plugin.h
diff --git a/openvpn-plugin.h b/openvpn-plugin.h
index 9cce9d8..529a1c6 100644
--- a/openvpn-plugin.h
+++ b/openvpn-plugin.h
@@ -25,12 +25,8 @@
#ifndef OPENVPN_PLUGIN_H_
#define OPENVPN_PLUGIN_H_
-#ifdef USE_OPENSSL
-#include "ssl_verify_openssl.h
Hi Adriaan,
I tried building your tree on Debian 5 (amd64) VM and got this error:
#make plugins
/usr/bin/make -C plugin/auth-pam/
make[1]: Entering directory
`/home/buildslave/andj-openvpn-ssl-refactoring-4970f14/plugin/auth-pam'
gcc -O2 -Wall -DDLOPEN_PAM=0 -fPIC -c -I../.. auth-pam.c
In file in
Hi everyone,
During last week's meeting we decided to temporarily create a github tree for
OpenVPN. It can be found at https://github.com/andj/openvpn-ssl-refactoring .
The version found there is now ready for testing, and will (hopefully) be
included in the 2.3 alpha versions.
Could intereste