FreeBSD Bugzilla – Attachment 200274 Details for
Bug 233964
www/ufdbguard: Fails to build with OpenSSL 1.1.1 on FreeBSD 12 (error: incomplete definition of type 'struct ssl_st')
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-src-ufbdchkport.c
patch-src-ufbdchkport.c (text/plain), 370 bytes, created by
Walter Schwarzenfeld
on 2018-12-19 17:01:01 UTC
(
hide
)
Description:
patch-src-ufbdchkport.c
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2018-12-19 17:01:01 UTC
Size:
370 bytes
patch
obsolete
>--- src/ufdbchkport.c.orig 2018-12-19 16:54:51 UTC >+++ src/ufdbchkport.c >@@ -2392,7 +2392,7 @@ int UFDBopenssl_connect( > errno = 0; > ret = SSL_connect( *ssl ); > saved_errno = errno; >- state = (*ssl)->state; >+ state = SSL_get_state(ssl); > if (ret > 0 && state == SSL_ST_OK) > { > if ((*ssl)->version == SSL2_VERSION && UFDBglobalHttpsNoSSLv2)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 233964
:
200062
|
200237
|
200274
|
200949