Hi,

On 10/05/2020 15:53, David Sommerseth wrote:

> This looks promising, but is not complete - and breaking compilation:
> 
> 
> $ git grep INLINE_FILE_TAG
> src/openvpn/tls_crypt.c:        client_filename = INLINE_FILE_TAG;
> 
> $ make -j5
> [...]
> make[3]: Entering directory `/home/davids/devel/OpenVPN/openvpn/src/openvpn'
>   CC       tls_crypt.o
> tls_crypt.c: In function ‘tls_crypt_v2_write_client_key_file’:
> tls_crypt.c:706:27: error: ‘INLINE_FILE_TAG’ undeclared (first use in this
> function)
>          client_filename = INLINE_FILE_TAG;
>                            ^
> 
> I haven't dug into if client_filename really needs to be set to 
> INLINE_FILE_TAG.
> 

whoop - I prepared a patch for this last occurrence (to be applied
before this patch), but did not send it.

Incoming...

-- 
Antonio Quartulli


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to