FreeBSD Bugzilla – Attachment 120837 Details for
Bug 163712
[PATCH] devel/ace attempts to cast const pointer to non-const
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 332 bytes, created by
Anthony Chavez
on 2011-12-30 08:00:28 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Anthony Chavez
Created:
2011-12-30 08:00:28 UTC
Size:
332 bytes
patch
obsolete
>--- ace/SSL/SSL_Context.cpp.orig 2006-06-22 09:10:08.000000000 -0600 >+++ ace/SSL/SSL_Context.cpp 2011-12-30 00:45:46.000000000 -0700 >@@ -231,7 +231,7 @@ > if (this->context_ != 0) > return -1; > >- SSL_METHOD *method = 0; >+ const SSL_METHOD *method = 0; > > switch (mode) > { >--- patch-ace+SSL+SSL_Context.cpp ends here ---
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 163712
: 120837