Re: [FFmpeg-devel] PATCH to configure for openssl-1.1.0

2016-09-03 Thread Michael Niedermayer
On Thu, Sep 01, 2016 at 08:52:34PM -0600, Joseph Parmelee wrote: > > Greetings: > > I found that ffmpeg configure crashes with the new openssl-1.1.0. what do you mean by crash ? > This is > due to changes made in openssl-1.1.0 to both the header file ssl.h and to > the libraries libssl.so and

[FFmpeg-devel] PATCH to configure for openssl-1.1.0

2016-09-02 Thread Joseph Parmelee
Greetings: I found that ffmpeg configure crashes with the new openssl-1.1.0. This is due to changes made in openssl-1.1.0 to both the header file ssl.h and to the libraries libssl.so and libcrypto.so. The symbol SSL_library_init no longer exists in either library; it has been replaced by OPENS