Bugzilla – Attachment 1454 Details for
Bug 1440
OpenSSL engine support should be enabled by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to enable engine support by default
default-enable-engine.patch (text/plain), 1.16 KB, created by
Ian Lister
on 2008-02-11 16:59:49 AEDT
(
hide
)
Description:
Patch to enable engine support by default
Filename:
MIME Type:
Creator:
Ian Lister
Created:
2008-02-11 16:59:49 AEDT
Size:
1.16 KB
patch
obsolete
>--- openssh-4.7p1/configure.ac 2007-08-10 14:36:12.000000000 +1000 >+++ openssh-4.7p1-enableengine/configure.ac 2008-02-11 15:43:19.000000000 +1000 >@@ -1952,21 +1952,25 @@ > > AC_ARG_WITH(ssl-engine, > [ --with-ssl-engine Enable OpenSSL (hardware) ENGINE support ], >- [ if test "x$withval" != "xno" ; then >- AC_MSG_CHECKING(for OpenSSL ENGINE support) >- AC_TRY_COMPILE( >- [ #include <openssl/engine.h>], >- [ >+ [], >+ [ withval=check ]) >+if test "x$withval" != "xno" ; then >+ AC_MSG_CHECKING(for OpenSSL ENGINE support) >+ AC_TRY_COMPILE( >+ [ #include <openssl/engine.h>], >+ [ > ENGINE_load_builtin_engines();ENGINE_register_all_complete(); >- ], >- [ AC_MSG_RESULT(yes) >- AC_DEFINE(USE_OPENSSL_ENGINE, 1, >- [Enable OpenSSL engine support]) >- ], >- [ AC_MSG_ERROR(OpenSSL ENGINE support not found)] >- ) >- fi ] >-) >+ ], >+ [ AC_MSG_RESULT(yes) >+ AC_DEFINE(USE_OPENSSL_ENGINE, 1, >+ [Enable OpenSSL engine support]) >+ ], >+ [ if test "x$withval" != xcheck ; then >+ AC_MSG_ERROR(OpenSSL ENGINE support not found) >+ fi >+ ] >+ ) >+fi > > # Check for OpenSSL without EVP_aes_{192,256}_cbc > AC_MSG_CHECKING([whether OpenSSL has crippled AES support])
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 1440
: 1454