Bugzilla – Attachment 1191 Details for
Bug 1239
OpenSSL ENGINE support broken on Solaris using Sun Studio compiler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for configure.ac
PATCH (text/plain), 581 bytes, created by
Andrew Benham
on 2006-09-29 00:07:59 AEST
(
hide
)
Description:
Fix for configure.ac
Filename:
MIME Type:
Creator:
Andrew Benham
Created:
2006-09-29 00:07:59 AEST
Size:
581 bytes
patch
obsolete
>Index: configure.ac >=================================================================== >RCS file: /cvsroot/upstream/openssh/configure.ac,v >retrieving revision 1.17 >diff -u -r1.17 configure.ac >--- configure.ac 28 Sep 2006 12:18:30 -0000 1.17 >+++ configure.ac 28 Sep 2006 14:07:01 -0000 >@@ -1916,7 +1916,7 @@ > AC_TRY_COMPILE( > [ #include <openssl/engine.h>], > [ >-int main(void){ENGINE_load_builtin_engines();ENGINE_register_all_complete();} >+ENGINE_load_builtin_engines();ENGINE_register_all_complete(); > ], > [ AC_MSG_RESULT(yes) > AC_DEFINE(USE_OPENSSL_ENGINE, 1,
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 1239
: 1191