[vlc-devel] [PATCH] dcp: read encrypted DCPs

Rémi Denis-Courmont remi at remlab.net
Mon Mar 31 19:43:44 CEST 2014


Le lundi 31 mars 2014, 11:25:44 Simona-Marinela Prodea a écrit :
> +/* OpenSSL headers */
> +#include <openssl/pem.h>
> +#include <openssl/rsa.h>
> +#include <openssl/err.h>
> +#include <openssl/ssl.h>
> +

This will break the compilation if OpenSSL is not installed in the default 
search path.

In any case, OpenSSL can only be used if it comes with the OS or if VLC is 
relicensed to GPLv3. So please use something else, preferably Nettle.

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list