Re: 3.0.0-alpha1 compile error: minor problem

2020-04-24 Thread Matt Caswell
On 24/04/2020 17:38, Claus Assmann wrote: > It seems something went wrong when include/openssl/opensslv.h > was generated? > > cc -Icrypto -I. -Iinclude -Iproviders/common/include > -Iproviders/implementations/include -Icrypto/include -DAES_ASM -DBSAES_ASM > -DCMLL_ASM -DECP_NISTZ256_ASM -D

3.0.0-alpha1 compile error: minor problem

2020-04-24 Thread Claus Assmann
It seems something went wrong when include/openssl/opensslv.h was generated? cc -Icrypto -I. -Iinclude -Iproviders/common/include -Iproviders/implementations/include -Icrypto/include -DAES_ASM -DBSAES_ASM -DCMLL_ASM -DECP_NISTZ256_ASM -DGHASH_ASM -DKECCAK1600_ASM -DMD5_ASM -DOPENSSL_BN_ASM_GF

compile error with tracing on in CMP code

2019-11-04 Thread Stephen Farrell
Hiya, I just cloned from the tip and after: $ ./config enable-ssl-trace enable-trace --debug I get a compile error (see below). I didn't see an immediately obvious fix, but (for me) just setting "-no-cmp" in addition to the above seems to work fine, so I've stopped del

Compile Error in Cygwin / openssl 1.1.1d

2019-10-15 Thread Georg Höllrigl
Hello, I'm getting this error on compiling on MobaXTerm (basically Cygwin) compiling 1.1.1d: -- gcc -I. -Icrypto/include -Iinclude -Wall -O3 -fomit-frame-pointer -DTERMIOS -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPEN

Re: [openssl-users] openssl 1.1.1 cross compile error to vxworks 6.8

2018-10-26 Thread Matt Caswell
On 26/10/2018 09:47, lu zhihong wrote: > Hi,All > Now I am trying build openssl1.1.1 version libs in cross compiler > platform(susu12+Vxworks 6.8 ). the build target is vxworks-ppc860.but it > failed. > I have tried use different Vxworks versions(such as Vxworks6.4,Vxworks6.8),it > still faile

[openssl-users] openssl 1.1.1 cross compile error to vxworks 6.8

2018-10-26 Thread lu zhihong
Hi,All Now I am trying build openssl1.1.1 version libs in cross compiler platform(susu12+Vxworks 6.8 ). the build target is vxworks-ppc860.but it failed. I have tried use different Vxworks versions(such as Vxworks6.4,Vxworks6.8),it still failed. I want to know if build openssl libs using Vxworks

Re: [openssl-users] compile error

2015-07-23 Thread Jakob Bohm
On 23/07/2015 10:47, Song Geng wrote: Hi guys, I am a novice about openssl. I encounter linker error when I try to compile evp demos which locate openssl/demos/evp. My computer info is: Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 And I us

[openssl-users] compile error

2015-07-23 Thread Song Geng
Hi guys, I am a novice about openssl. I encounter linker error when I try to compile evp demos which locate openssl/demos/evp. My computer info is: Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 And I use both gcc and clang with command

[openssl-users] Borland C++ Builder 5, compile error in randfile.c

2015-07-19 Thread Hubert Bugaj
I'm following the instructions from INSTALL.W32 (various OpenSSL versions, but let's focus on 1.0.2d), in general it's: * Configure for building with Borland Builder: > perl Configure BC-32 * Create the appropriate makefile > ms\do_nasm * Build > make

RE: Compile error on Tandem

2014-07-15 Thread Scott Neugroschl
Wayne, there's a Tandem port on ITUGLIB. From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Johnson, Wayne Sent: Monday, July 14, 2014 8:11 AM To: 'openssl-users@openssl.org' Subject: Compile error on Tandem I'm trying to compile Open

RE: Compile error on Tandem

2014-07-15 Thread Johnson, Wayne
Never mind, #3380 fixed this for me. From: Johnson, Wayne Sent: Monday, July 14, 2014 10:11 AM To: 'openssl-users@openssl.org' Subject: Compile error on Tandem I'm trying to compile OpenSSL 1.0.1h on Tandem (aka NonStop). I'm getting the following errors: c89 -I.. -I../inc

Compile error on Tandem

2014-07-15 Thread Johnson, Wayne
I'm trying to compile OpenSSL 1.0.1h on Tandem (aka NonStop). I'm getting the following errors: c89 -I.. -I../include -Ww -D__TANDEM -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D_TANDEM_SOURCE -DB_ENDIAN -c -o heartbeat_test.o heartbeat_test.c SETUP_HEARTBEAT_TEST_FIXTURE(dtls);

OpenSSL FIPs Cross compile error - ELF64 is supported only natively at incore line 45

2014-06-03 Thread Bala Duvvuri
Hi All, I am trying to cross compile OpenSSL FIPS module for linux-mips architecture (there is no direct support for the same). On building my test application using fipsld, $CC fips_mode.c -o fips_mode.exe -L ../openssl-1.0.1e -ldl -lcrypto where CC = ../fips/bin/fipsld I get the error : ELF6

openssl freebsd 8.2 install, compile error

2012-02-18 Thread aram_baghomian
Hi, I want to compile openssl for freebsd 8.2 but MAKE program create some error which I don't know the reason of it. I use this commands. # config # make ERROR: -

Re: Compile error with MinGW

2009-04-06 Thread Patrick
On Tue, Mar 31, 2009 at 12:15 PM, Patrick wrote: > I'm trying to compile OpenSSL 0.9.8k on Win32 with MinGW installed. I > ran ms/mingw32.bat, and it seems to work well for a while, compiling > lots of source files, until I get: > > if exist out\libcrypto.a del out\libcrypto.a > /usr/bin/sh: -c: l

Compile error with MinGW

2009-03-31 Thread Patrick
I'm trying to compile OpenSSL 0.9.8k on Win32 with MinGW installed. I ran ms/mingw32.bat, and it seems to work well for a while, compiling lots of source files, until I get: if exist out\libcrypto.a del out\libcrypto.a /usr/bin/sh: -c: line 1: syntax error: unexpected end of file mingw32-make: ***

Compile Error w/ bn.h

2008-11-18 Thread Tri Nguyen
Hello, I am getting a compile (header #include) error: openssl/bn.h expected unqualified-id before numeric constant I am using Eclipse CDT and MinGW on Windows. Could you please help? Thanks. -- Tri M. Nguyen [EMAIL PROTECTED]

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-24 Thread MaxAndr
D:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(69) : error C2082: redefinition of formal parameter '_strset_s' D:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(69) : error C2143: syntax error : missing ';' before '*' D:\Program Files\Microsoft

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-22 Thread Dr. Stephen Henson
On Mon, Oct 22, 2007, Thomas J. Hruska wrote: > Thomas J. Hruska wrote: >>> I am trying to compile version 0.9.8f for Windows, using VC++ 6.0, >>> ActivePerl, and MASM 6.15.8803. >>> >>> I am following the instructions in INSTALL.W32, which works fine for >>> the previous 0.9.8f build, but when I

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-22 Thread Thomas J. Hruska
Thomas J. Hruska wrote: I am trying to compile version 0.9.8f for Windows, using VC++ 6.0, ActivePerl, and MASM 6.15.8803. I am following the instructions in INSTALL.W32, which works fine for the previous 0.9.8f build, but when I get to the point of running "nmake -f ms\ntdll.mak" I get the foll

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-21 Thread Thomas J. Hruska
I am trying to compile version 0.9.8f for Windows, using VC++ 6.0, ActivePerl, and MASM 6.15.8803. I am following the instructions in INSTALL.W32, which works fine for the previous 0.9.8f build, but when I get to the point of running "nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f:

Cross-compile error

2007-10-18 Thread Jorge Fernandez
Hi, I'm using openssl-0.9.8e.tar.gz with my application under Linux. Now, i want to cross-compile my app for Windows and i must cross-compile openssl first, under mingw, but i can't. That is what i do: ./Configure mingw no-sha512 shared threads make CC=i586-mingw32msvc-gcc RANLIB=i586-mingw32msvc

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-13 Thread Dr. Stephen Henson
On Fri, Oct 12, 2007, Chris Clark wrote: > > I do not have NASMW, as the only files included in nasm-0.99.04-win32.zip are: > > COPYING > nasm.exe > ndisasm.exe > > Can anyone tell me what I am doing wrong? > In some distros nasm.exe is named nasmw.exe . Try copying or renaming nasm.exe to na

RE: OpenSSL 0.9.8f Win32 Compile Error

2007-10-13 Thread Ariel Salomon
here. - Ariel From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Chris Clark [EMAIL PROTECTED] Sent: Friday, October 12, 2007 3:58 PM To: openssl-users@openssl.org Subject: Re: OpenSSL 0.9.8f Win32 Compile Error > Did someone forget to add the eq

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-13 Thread Alex Pokotilo
I used following instruction to build the release(I used MSVC 2005 but I think it will work with 2003 too). 1) Create build.bat with following content: @echo off rem the following path point to your MSVC 2005 or 2003 call "E:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat" IF "%1%"

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-12 Thread Chris Clark
I downloaded NASM (nasm-0.99.04-win32.zip) from Soundforge, and gave it a try, and when I run "ms\do_nasm" it is all sucessful but now I get a different error when running "nmake -f ms\ntdll.mak": Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 Copyright (C) Microsoft Corp 1988-199

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-12 Thread Chris Clark
> Did someone forget to add the equate for XMMWORD? > Can anyone tell me how XMMWORD should be defined? It appears that I need more then just the newer version of MASM, and while reading the MASM32 forums they reference this page: http://www.intel.com/cd/ids/developer/asmo-na/eng/167741.htm?page=6

Re: OpenSSL 0.9.8f Win32 Compile Error

2007-10-12 Thread Chris Clark
> I am following the instructions in INSTALL.W32, which works fine for > the previous 0.9.8f build, but when I get to the point of running > "nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f: oops.. I ment to say that the previous version 0.9.8E works fine, and now that I look closer I

OpenSSL 0.9.8f Win32 Compile Error

2007-10-12 Thread Chris Clark
I am trying to compile version 0.9.8f for Windows, using VC++ 6.0, ActivePerl, and MASM 6.15.8803. I am following the instructions in INSTALL.W32, which works fine for the previous 0.9.8f build, but when I get to the point of running "nmake -f ms\ntdll.mak" I get the following errors in 0.9.8f: B

Compile error trying to compile 0.9.7m with fips and shared options

2007-08-30 Thread Maltz, Ron
Hi Folks, I've compiled the FIPs module and OpenSSL 0.9.7m without problems. However, when I try to compile OpenSSL 0.9.7m with the shared option I get the following error: Canister: /usr/local/ssl/lib//fipscanister.o 8811:error:25066067:DSO support routines:DLFCN_LOAD:could not load the s

RE: OpenSSL 0.9.8c compile error building for OS-390-Unix configure target

2006-09-08 Thread mclellan_dave
07, 2006 7:45 AM To: openssl-users@openssl.org Subject: OpenSSL 0.9.8c compile error building for OS-390-Unix configure target Hi all:0.9.8c is only a few days old.I'm trying to build it for the configure target OS390-Unix, and I'm getting the following compile error for sha_dgst.c c

OpenSSL 0.9.8c compile error building for OS-390-Unix configure target

2006-09-07 Thread mclellan_dave
Hi all:0.9.8c is only a few days old.I'm trying to build it for the configure target OS390-Unix, and I'm getting the following compile error for sha_dgst.c c89.sh -I.. -I../.. -I../../include -D_LONGMAP -Wc,dll,expo -O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H -D_ALL_SOUR

Re: [EMAIL PROTECTED]: compile error help !]

2006-04-19 Thread Lutz Jaenicke
On Mon, Apr 17, 2006 at 11:50:35AM -0700, Patrick Hsu wrote: > Lutz et al: > ok we switched compilers to gcc 3.0.1, after a couple of trial tests , we > got pass : > 1. make > but having problems with > 2. make test > error as follows: > > [EMAIL PROTECTED] [/stub/Ossl/openssl-0.9.7i]# mak

Re: [EMAIL PROTECTED]: compile error help !]

2006-04-17 Thread Patrick Hsu
-- Forwarded message from Patrick Hsu <[EMAIL PROTECTED]> - X-Original-To: [EMAIL PROTECTED] X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Subject: compile error help ! To: openssl-bugs@openssl.org X-Mailer: Lotus Notes Release 6.0.1 February 07, 2003 From: Patrick Hsu <[EMA

[EMAIL PROTECTED]: compile error help !]

2006-04-14 Thread Lutz Jaenicke
Forwarded to openssl-users +DA2.0 etc are the flags for HP's native compiler, not for gcc. Regards, Lutz - Forwarded message from Patrick Hsu <[EMAIL PROTECTED]> - X-Original-To: [EMAIL PROTECTED] X-Original-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Subje

Re: compile error in randfile.c on Solaris 10 Opteron

2006-02-24 Thread William A. Rowe, Jr.
Tinnerello, Richard wrote: Hello, I'm having trouble building 0.9.7i on a Solaris 10 on x86 (Opteron) machine. I configured manually with: ./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5 no-mdc2 fiips make depend is OK, but make gets this compile error: /usr/in

RE: compile error in randfile.c on Solaris 10 Opteron

2006-01-20 Thread Tinnerello, Richard
: compile error in randfile.c on Solaris 10 Opteron That looks like your system headers are corrupt. Try running this command: gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -fomit

Re: compile error in randfile.c on Solaris 10 Opteron

2006-01-19 Thread Kyle Hamilton
i on a Solaris 10 on x86 (Opteron) machine. > I configured manually with: > ./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5 > no-mdc2 fiips > > make depend is OK, but make gets this compile error: > > making all in crypto/rand... > make[2]: Entering d

compile error in randfile.c on Solaris 10 Opteron

2006-01-19 Thread Tinnerello, Richard
Title: compile error in randfile.c on Solaris 10 Opteron Hello, I'm having trouble building 0.9.7i on a Solaris 10 on x86 (Opteron) machine. I configured manually with: ./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5 no-mdc2 fiips make depend is OK, but make

RE: Compile error in n_pkey.c with 0.9.7g on Win32 using ntdll.mak and nasm

2005-06-08 Thread Edward Chan
Title: Compile error in n_pkey.c with 0.9.7g on Win32 using ntdll.mak and nasm Crap.  Nevermind.  I forgot to run   > perl Configure VC-WIN32 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edward ChanSent: Wednesday, June 08, 2005 1:51 PMTo: openssl-us

Compile error in n_pkey.c with 0.9.7g on Win32 using ntdll.mak and nasm

2005-06-08 Thread Edward Chan
Title: Compile error in n_pkey.c with 0.9.7g on Win32 using ntdll.mak and nasm I get the following compile error:     cl /Fotmp32dll\f_string.obj  -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDI AN

Re: Compile error on Win32 using i2d_ASN1_SET_OF_X509_EXTENSION call

2005-02-10 Thread Oily Pakora
Dr Henson, The function pointer cast did the trick. All I did was add "(int (*)())" in front of the i2d_X509_EXTENSION. I owe you a beer next time you are in San Francisco - let me know if you are coming to the RSA conference next week... Oily --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wro

Re: Compile error on Win32 using i2d_ASN1_SET_OF_X509_EXTENSION call

2005-02-10 Thread Dr. Stephen Henson
On Thu, Feb 10, 2005, Oily Pakora wrote: > Friends, > > When compiling a program on Win32, the following line of code generates an > error message: > > *plLen = i2d_ASN1_SET_OF_X509_EXTENSION(exts, NULL, i2d_X509_EXTENSION, > V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, IS_SEQUENCE)

Compile error on Win32 using i2d_ASN1_SET_OF_X509_EXTENSION call

2005-02-10 Thread Oily Pakora
Friends, When compiling a program on Win32, the following line of code generates an error message: *plLen = i2d_ASN1_SET_OF_X509_EXTENSION(exts, NULL, i2d_X509_EXTENSION, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, IS_SEQUENCE); The error I get is: error C2664: 'i2d_ASN1_SET' :

Compile Error: Redefinition error in n_pkey.c

2004-06-16 Thread Randy Smothers
Trying to compile 0.9.7d on WinXP using VC6 and MASM32. All goes well until running "nmake -f ntdll32.mak". When it gets to "cl /Fotmp32dll\n_pkey.obj [many options] -c .\crypto\asn1\n_pkey.c" I get the following errors: .\crypto\asn1\n_pkey.c(96): error C2370: 'NETSCAPE_ENCRYPTED_PKEY_it': r

Re: openssl-0.9.7c win32 compile error

2003-10-03 Thread Robin Ehrlich
While compiling openssl-0.9.7c on WIN32 I get the following compile error. Has anyone else gotten this error and what is the fix?   Thanks, Robin   S:\tru64\ported\openssl-0.9.7c.win32>nmake -f ms\ntdll.mak      Microsoft (R) Program Maintenance Utility   Version 6.00.816

Re: Re: Re: './config no_RC5 no_IDEA' yields compile error

2002-08-11 Thread Michael Kobar
Mark - I have never seen this problem in the release tarballs. The major place we hit this is in cygwin, which (depending on the setting used when installing cygwin) may automagically unpack/untar all your source code into CR/LF files! The only way I have ever seen it on a Linux system was wh

Re: Compile error -- Make output

2002-03-05 Thread Richard Levitte - VMS Whacker
From: "amit limaye" <[EMAIL PROTECTED]> amit.limaye> gcc -O0 -Wall -I/usr/local/ssl/include -o ssl_test main.o -lssl -lcrypto Add '-ldl' at the end of the line. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47

Compile error -- Make output

2002-03-05 Thread amit limaye
This is the output i get when i run make Making all in docs gmake[1]: Entering directory `/root/testssl/ssl_test/ssl_test/docs' Making all in en gmake[2]: Entering directory `/root/testssl/ssl_test/ssl_test/docs/en' gmake[2]: Nothing to be done for `all'. gmake[2]: Leaving directory `/root/testss

Re: Compile error on Maurice loadkeys

2001-07-24 Thread Joe Flowers
Mohamed: Add an extra NULL parameter to the end of the arguments in each of these two functions in the loadkeys.h and/or loadkeys.c files. Joe //--- Mohamed Nadjar wrote: > > I am a new user of openssl and I try to understand how it works by > looking at the demos! > But I have the

Compile error on Maurice loadkeys

2001-07-12 Thread Darryl Wagoner
It seems that most of the demo programs will not compile. Any ideas? dwagoner: -> make loadkeys.c: In function `ReadPublicKey': loadkeys.c:36: too few arguments to function `PEM_ASN1_read' loadkeys.c: In function `ReadPrivateKey': loadkeys.c:67: too few arguments to function `PEM_ASN1_read' ma

Re: Compile error

2000-12-05 Thread jkunz
On 5 Dec, Tsang, Kevin wrote: > Hi, I'm having make problems on openssl-0.9.6 on NetBSD-1.4.3 (sparc): > > gcc -o openssl -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DTERMIOS -O3 [...] > rand.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto > speed.o: Undefined symbol `_ftime' referen

Re: compile error for a test program

2000-09-04 Thread Dr S N Henson
zhu qun-ying wrote: > > I encounter a error while trying to compile a small test program to read a > pkcs12 formatted file. The line below gives compiler err: >if (!(authsafes = M_PKCS12_unpack_authsafes (p12))) > > error C2664: 'ASN1_seq_unpack' : cannot convert parameter 4 from > 'void (s

Help Me (Compile error)

2000-07-10 Thread Sang Jun, Im
hi. Can you tell me to Error Solve..Please. system: SEQUENT NUMA-Q (DYNIX/ptx(R) V4.4.7 #5) Webserver : Apache 1.3.12 openssl : openssl-0.9.5a Error Message: symbol in file __bsd_acceptopenssl.o __bsd_bind

Re: URGENT: compile error in installing openssl-0.9.4 on solaris7-x86

2000-07-05 Thread Gao Yuhang
Thanks for the archive, I found the answer now. Sorry for the spam. Hazel __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List

compile error on HPUX

2000-06-26 Thread myopenssl
Hi, Thanks for reading my question. I wish to get your suggestion and help. We developed an application which using OpenSSL libraries. We installed OpenSSL and our application on Solaris,AIX and Linux, and everything is OK. But when we turned to HPUX10.20,it seems not so lucky. We installed Open

Off-topic: db_dump185 compile error

2000-03-12 Thread Angus Lee
Hi, I realized that Netscape's cert7.db is of Berkley's db format, so I tried to dump out the contents using the db_dump185 program. When I compiled the db_dump185 program, several erros appeared warning me something like '0x40' ba ba ba ... Has anyone tried to compile db_dump185 to dump out

Re: Win32 compile error

1999-09-27 Thread Ulf Möller
> When i try to make openssl (nmake -f ms/nt.mak) i get an error because > the file > obj_dat.h didn't exist. The Configure script should generate that file, but there were problems with some version of Perl. This should be fixed in the current snapshot. _

Re: compile error on HP : 0.92b works, but not 0.93a

1999-07-07 Thread Mixmaster
Nicolas Pomarede <[EMAIL PROTECTED]> wrote: > But when I tried the previous version (0.92b), which have a slightly > different configure syntax (one must run util/ssldir.pl to change the > location of the installation), it build just fine and all the tests in > 'make test' went OK. > > The compil

Re: compile error on HP : 0.92b works, but not 0.93a

1999-07-07 Thread Lutz Jaenicke
On Wed, Jul 07, 1999 at 11:50:04AM +0200, Nicolas Pomarede wrote: > > Hello, > > As I previously reported it on this mailling list, I had some problems > whem trying to build version 0.93a on an HP UNIX B.10.20 > > Actually, it stops when running 'make test' and trying the x509 > conversions :

compile error on HP : 0.92b works, but not 0.93a

1999-07-07 Thread Nicolas Pomarede
Hello, As I previously reported it on this mailling list, I had some problems whem trying to build version 0.93a on an HP UNIX B.10.20 Actually, it stops when running 'make test' and trying the x509 conversions : - echo test normal x509v1 certificate test normal x509v1 cer