$OpenBSD: patch-src_network_ssl_qsslsocket_openssl_symbols_p_h,v 1.1 2017/01/27 16:13:08 zhuk Exp $
Unbreak build with LibreSSL.
See also https://github.com/libressl-portable/openbsd/issues/33
--- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig	Fri Jan 27 18:33:13 2017
+++ src/network/ssl/qsslsocket_openssl_symbols_p.h	Fri Jan 27 18:59:44 2017
@@ -551,6 +551,9 @@ void q_SSL_get0_next_proto_negotiated(const SSL *s, co
                                       unsigned *len);
 #endif // OPENSSL_VERSION_NUMBER >= 0x1000100fL ...
 
+int q_SSL_CTX_set1_groups(SSL_CTX *ctx, const int *groups, size_t ngroups);
+#define q_SSL_CTX_set1_curves(ctx,curves,ncurves) q_SSL_CTX_set1_groups((ctx),(curves),(ncurves))
+
 // Helper function
 class QDateTime;
 QDateTime q_getTimeFromASN1(const ASN1_TIME *aTime);
