Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 44270 invoked by uid 500); 8 Jan 2003 12:16:48 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 44241 invoked from network); 8 Jan 2003 12:16:48 -0000 Received: from mout1.bezeqint.net (192.115.106.62) by daedalus.apache.org with SMTP; 8 Jan 2003 12:16:48 -0000 Received: from fmenc001dev (bzq-212-188.red.bezeqint.net [212.179.212.188]) by mout1.bezeqint.net (Bezeq International SMTP out Mail Server) with SMTP id B7EAB167DFB; Wed, 8 Jan 2003 14:13:59 +0200 (IST) Message-ID: <02c801c2b70f$b88372d0$3f0aa8c0@fmenc001dev> From: "Issac Goldstand" To: Cc: Date: Wed, 8 Jan 2003 13:29:25 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Compiling OpenSSL without patented features Does anyone know how to compile OpenSSL 0.9.7 for Win32 without patent-protected features (as described at http://httpd.apache.org/docs-2.0/platform/win_compiling.html)? The documented flags (no-asm no-mdc2 no-rc5 no-idea) make make choke on n_pkey.c as follows: Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Building OpenSSL cl /Fotmp32dll\n_pkey.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 /Fdout32dll -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -DOPENSSL_N O_KRB5 -D_WINDLL -DOPENSSL_BUILD_SHLIBCRYPTO -c .\crypto\asn1\n_pkey.c n_pkey.c .\crypto\asn1\n_pkey.c(96) : error C2370: 'NETSCAPE_ENCRYPTED_PKEY_it' : redefinition; different storage class .\crypto\asn1\n_pkey.c(93) : see declaration of 'NETSCAPE_ENCRYPTED_PKEY_it' .\crypto\asn1\n_pkey.c(106) : error C2370: 'NETSCAPE_PKEY_it' : redefinition; different storage class .\crypto\asn1\n_pkey.c(103) : see declaration of 'NETSCAPE_PKEY_it' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. Any help would be appreciated. Issac --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org