FreeBSD Bugzilla – Attachment 29478 Details for
Bug 50007
fix build of net/simicq
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 462 bytes, created by
Maxim Maximov
on 2003-03-14 16:00:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Maxim Maximov
Created:
2003-03-14 16:00:19 UTC
Size:
462 bytes
patch
obsolete
>--- sim/libicq/icqssl.cpp.orig Wed Mar 12 14:20:53 2003 >+++ sim/libicq/icqssl.cpp Wed Mar 12 14:21:08 2003 >@@ -151,7 +151,7 @@ > #else > SSL_CTX_set_cipher_list(gSSL_CTX, "ADH"); > #endif >- SSL_CTX_set_info_callback(gSSL_CTX, (void (*)())ssl_info_callback); >+ SSL_CTX_set_info_callback(gSSL_CTX, (void (*)(const SSL*, int, int))ssl_info_callback); > DH *dh = get_dh512(); > SSL_CTX_set_tmp_dh(gSSL_CTX, dh); > DH_free(dh);
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50007
: 29478