Move SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3
authortb <tb@openbsd.org>
Fri, 10 Sep 2021 14:58:44 +0000 (14:58 +0000)
committertb <tb@openbsd.org>
Fri, 10 Sep 2021 14:58:44 +0000 (14:58 +0000)
ok inoguchi jsing

lib/libssl/ssl.h

index 7ed6946..5ba2b79 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl.h,v 1.207 2021/09/10 14:55:53 tb Exp $ */
+/* $OpenBSD: ssl.h,v 1.208 2021/09/10 14:58:44 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -1275,9 +1275,7 @@ int       SSL_set_rfd(SSL *s, int fd);
 int    SSL_set_wfd(SSL *s, int fd);
 void   SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio);
 BIO *  SSL_get_rbio(const SSL *s);
-#if defined(LIBRESSL_HAS_TLS1_3) || defined(LIBRESSL_INTERNAL)
 void   SSL_set0_rbio(SSL *s, BIO *rbio);
-#endif
 BIO *  SSL_get_wbio(const SSL *s);
 int    SSL_set_cipher_list(SSL *s, const char *str);
 #if defined(LIBRESSL_HAS_TLS1_3) || defined(LIBRESSL_INTERNAL)