On Fri, Sep 07, 2018 at 03:14:53PM +0200, Timothy Redaelli wrote:
> Since OpenSSL upstream commit 201b305a2409
> ("apps/dsaparam.c generates code that is intended to be pasted or included 
> into
> an existing source file: the function is static, and the code doesn't include
> dsa.h.  Match the generated C source style of dsaparam.") "openssl dhparam -C"
> generates the get_dh functions as static, but the functions are used inside
> stream-ssl.c and so the static keyword cannot be used.
> 
> This commit removes the static keyword from the get_dh functions during
> dhparams.c file generation by restoring the current behaviour.
> 
> Signed-off-by: Timothy Redaelli <[email protected]>

Thanks, applied to master and branch-2.10.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to