On Sat, Sep 26, 2015 at 04:26:33PM +0000, Matt Caswell via RT wrote:

> On 26/09/15 17:18, Devchandra L Meetei via RT wrote:

> > Is the API introduced recently openssl 1.0.1f does not seem to have it?
> > If so, any plan to backport it?
> 
> This was introduced in 1.0.2. There are no plans to backport it.

However, in 1.0.1, where the structures in question are not opaque,
the OP can just implement it in his own code:

    int my_SSL_is_server(SSL *s)
    {
        return s->server;
    }

-- 
        Viktor.
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to