From: Richard Levitte Date: Tue, 5 Jul 2005 18:32:37 +0000 (+0000) Subject: We don't support no-engine for now. It's a lot more work than one X-Git-Tag: OpenSSL_0_9_8~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9d5cba17ba30cddd19757c3d66a74b8abdbf2acb;p=oweals%2Fopenssl.git We don't support no-engine for now. It's a lot more work than one might imagine. --- diff --git a/PROBLEMS b/PROBLEMS index cd4ad4f8c1..c46d7e5e3c 100644 --- a/PROBLEMS +++ b/PROBLEMS @@ -174,3 +174,9 @@ hire /bin/ksh to do the job /bin/sh fails to do. Compiler bug, presumably at particular patch level. It should be noted that same compiler generates correct 32-bit code, a.k.a. hpux-ia64-cc target. Drop optimization level to +O2 when compiling 64-bit bf_skey.o. + +* no-engines generates errors. + +Unfortunately, the 'no-engines' configuration option currently doesn't +work properly. Use 'no-hw' and you'll will at least get no hardware +support. We'll see how we fix that on OpenSSL versions past 0.9.8.