$OpenBSD: patch-src_event_ngx_event_openssl_h,v 1.4 2018/09/28 14:36:16 sthen Exp $

LibreSSL now has enough of the 1.1 API for nginx

Index: src/event/ngx_event_openssl.h
--- src/event/ngx_event_openssl.h.orig
+++ src/event/ngx_event_openssl.h
@@ -34,12 +34,6 @@
 #define NGX_SSL_NAME     "OpenSSL"
 
 
-#if (defined LIBRESSL_VERSION_NUMBER && OPENSSL_VERSION_NUMBER == 0x20000000L)
-#undef OPENSSL_VERSION_NUMBER
-#define OPENSSL_VERSION_NUMBER  0x1000107fL
-#endif
-
-
 #if (OPENSSL_VERSION_NUMBER >= 0x10100001L)
 
 #define ngx_ssl_version()       OpenSSL_version(OPENSSL_VERSION)
