On Monday 27 October 2014 14:55:14 Mike Frysinger wrote:
> Include the right header to fix:
> 
> openssl.c: In function 'ssl_init':
> openssl.c:195:3: warning: implicit declaration of function
>       'ENGINE_load_builtin_engines' [-Wimplicit-function-declaration]
>    ENGINE_load_builtin_engines();
>    ^
> ---
>  src/openssl.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/openssl.c b/src/openssl.c
> index e24954a..2a3e0d6 100644
> --- a/src/openssl.c
> +++ b/src/openssl.c
> @@ -42,6 +42,7 @@ as that of the covered work.  */
>  #include <openssl/rand.h>
>  #if OPENSSL_VERSION_NUMBER >= 0x00907000
>  #include <openssl/conf.h>
> +#include <openssl/engine.h>
>  #endif
> 
>  #include "utils.h"

Pushed, thanks !

Tim

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to