On Sat, Apr 23, 2022 at 11:22:24PM +0500, Илья Шипицин wrote:
> Hello,
> 
> small cleanup patch.
> 
> Ilya

> From 637f02dc75a68bf40d30cb78d4e021551d323d90 Mon Sep 17 00:00:00 2001
> From: Ilya Shipitsin <chipits...@gmail.com>
> Date: Sat, 23 Apr 2022 23:07:26 +0500
> Subject: [PATCH] CLEANUP: move ssl_sock_load_ocsp definition to
>  openssl-compat.h
> 
> literally it removes one "ifdef" and moves missing function definition
> to openssl-compat.h

Hello,

openssl-compat.h is not suited for that, it's mostly used to implement
the missing OpenSSL accessors in the previous versions or in the forks.

The ssl_sock functions must rest in ssl_sock.c. As you can see in this
file there is a openssl counterpart to that function above.

Cheers,

-- 
William Lallemand

Reply via email to