Re: [Openvpn-devel] [PATCH v2] Don't check for file presence on inline files

2012-01-16 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/01/12 12:04, David Sommerseth wrote: > The configuration file supports inline files for --ca, --cert, --dh, > --extra-certs, --key, --pkcs12, --secret and --tls-auth. When this > is used, the filename is set to [[INLINE]] (defined by > INLINE_F

Re: [Openvpn-devel] [PATCH v2] Don't check for file presence on inline files

2012-01-16 Thread Gert Doering
Hi, On Mon, Jan 16, 2012 at 12:04:18PM +0100, David Sommerseth wrote: > The configuration file supports inline files for --ca, --cert, --dh, > --extra-certs, --key, --pkcs12, --secret and --tls-auth. When this > is used, the filename is set to [[INLINE]] (defined by INLINE_FILE_TAG). > > If the

[Openvpn-devel] [PATCH v2] Don't check for file presence on inline files

2012-01-16 Thread David Sommerseth
The configuration file supports inline files for --ca, --cert, --dh, --extra-certs, --key, --pkcs12, --secret and --tls-auth. When this is used, the filename is set to [[INLINE]] (defined by INLINE_FILE_TAG). If the filename is set to INLINE_FILE_TAG for these options, don't call check_file_acces