RE: Compilation error using OpenSSL 1.1.1i

2021-07-01 Thread Michael Wojcik
> From: openssl-users On Behalf Of > Jayalakshmi bhat > Sent: Wednesday, 30 June, 2021 08:29 > I am getting the below error. Does anyone have inputs. Any help would be > appreciated. > openssl/safestack.h(159) : error C2054: expected '(' to follow '__inline__' [I don't think I've seen a

Compilation error using OpenSSL 1.1.1i

2021-06-30 Thread Jayalakshmi bhat
Hi All, We are trying to compile OpenSSL 1.1.1i on our system. It is a hybrid system. Compiler is arm -gcc for WinCE 6.0 and the module that compiles openssl is on Vxworks 5.0 abstraction. I am getting the below error. Does anyone have inputs. Any help would be appreciated.

Re: [openssl-users] Compilation error in ssl/t1_trce.c

2018-03-12 Thread Matt Caswell
On 12/03/18 18:39, Erik Forsberg wrote: > > There are missing comma's in ssl/t1_trce.c that causes compilation to fail. > You have to configure with enable-ssl-trace to see it though. > > gcc -I. -Iinclude -I../src -I../src/include -fPIC -std=gnu90 -march=core2 > -Wall -O3

[openssl-users] Compilation error in ssl/t1_trce.c

2018-03-12 Thread Erik Forsberg
There are missing comma's in ssl/t1_trce.c that causes compilation to fail. You have to configure with enable-ssl-trace to see it though. gcc -I. -Iinclude -I../src -I../src/include -fPIC -std=gnu90 -march=core2 -Wall -O3 -fomit-frame-pointer -pthread -DFILIO_H -DDSO_DLFCN -DHAVE_DLFCN_H

Re: [openssl-users] compilation error with openssl-1.1.0 and DH_get0_key

2018-02-21 Thread Robert Watson
d and my c++ skills are > somewhat rudimentary but I keep getting a compilation error for something > that seems trivial. > > Here's the code snippet: > bool DHWrapper::CopyPublicKey(uint8_t *pDst, int32_t dstLength) { > if (_pDH == NULL) { > FATAL("DHWrapp

Re: [openssl-users] compilation error with openssl-1.1.0 and DH_get0_key

2018-02-21 Thread Matt Caswell
hat rudimentary but I keep getting a compilation >> error for something that seems trivial. >> >> Here's the code snippet: >> bool DHWrapper::CopyPublicKey(uint8_t *pDst, int32_t dstLength) { >>     if (_pDH == NULL) { >>         FATAL("DHWrapper not initialized&

Re: [openssl-users] compilation error with openssl-1.1.0 and DH_get0_key

2018-02-21 Thread Benjamin Kaduk via openssl-users
On 02/21/2018 10:16 AM, Robert Watson wrote: > I'm trying to update a crypto library for crtmpserver to work with > openssl 1.1.0.  The software is no longer actively maintained and my > c++ skills are somewhat rudimentary but I keep getting a compilation > error for something that s

[openssl-users] compilation error with openssl-1.1.0 and DH_get0_key

2018-02-21 Thread Robert Watson
I'm trying to update a crypto library for crtmpserver to work with openssl 1.1.0. The software is no longer actively maintained and my c++ skills are somewhat rudimentary but I keep getting a compilation error for something that seems trivial. Here's the code snippet: bool DHWrapper

Re: [openssl-users] Getting a compilation error on openssl 1.0.1 branch

2016-02-20 Thread Bobby Philip
This was because one of my application makefiles wasnt updated to include the crypto/modes/ folder in its INCLUDES definition. On Thu, Feb 18, 2016 at 8:51 PM, Bobby Philip wrote: > Hi, > I am trying to compile openssl 1.0.1r for android and statically link to > my

[openssl-users] Getting a compilation error on openssl 1.0.1 branch

2016-02-18 Thread Bobby Philip
Hi, I am trying to compile openssl 1.0.1r for android and statically link to my application. I am getting a compile error in the file https://github.com/openssl/openssl/blob/OpenSSL_1_0_1-stable/crypto/evp/e_aes.c at line 61 # include "modes_lcl.h" This modes_lcl.h is present at

[openssl-users] Openssl Compilation Error

2015-12-04 Thread Sonali Priyadarshini
Hi all I am compiling Openssl 1.0.h version in SLES 11 SP1 ,in make command I am facing some errors.I have the instructions properly as given. The error was: /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: libcrypto.a(x86_64-gcc.o): relocation R_X86_64_32 against

Re: compilation error

2014-09-19 Thread Amir Reda
: owner-openssl-us...@openssl.org] *On Behalf Of *Amir Reda *Sent:* Thursday, September 18, 2014 1:33 PM *To:* openssl-users@openssl.org *Subject:* compilation error /usr/bin/ld: cannot find -lopenssl this is the error when i have tried to compile the code i attached below i install

RE: compilation error

2014-09-19 Thread Scott Neugroschl
You also need –lcrypto From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Amir Reda Sent: Friday, September 19, 2014 12:33 AM To: openssl-users@openssl.org Subject: Re: compilation error thx allot for quick reply i have modified the library name to ssl

Re: compilation error

2014-09-19 Thread Jeffrey Walton
On Fri, Sep 19, 2014 at 3:33 AM, Amir Reda amirale...@gmail.com wrote: thx allot for quick reply i have modified the library name to ssl but i have the same problem with the linker error is Building file: ../src/certificate.cpp Invoking: Cross G++ Compiler g++ -O0 -g3 -Wall -c

Re: compilation error

2014-09-19 Thread Amir Reda
thx allot for reply i have looked at the directory usr/lib i found the folder ssl but i couldn't find the folder of crypto so what can i do On Fri, Sep 19, 2014 at 7:46 PM, Jeffrey Walton noloa...@gmail.com wrote: On Fri, Sep 19, 2014 at 3:33 AM, Amir Reda amirale...@gmail.com wrote: thx

compilation error

2014-09-18 Thread Amir Reda
/usr/bin/ld: cannot find -lopenssl this is the error when i have tried to compile the code i attached below i install the openssl lib in ubuntu 12.10 i use eclipse and add at the linker setting openssl usr/include/openssl i don't know how to solve this problem please help -- Warmest regards and

RE: compilation error

2014-09-18 Thread Scott Neugroschl
It’s -lssl, not -lopenssl. From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Amir Reda Sent: Thursday, September 18, 2014 1:33 PM To: openssl-users@openssl.org Subject: compilation error /usr/bin/ld: cannot find -lopenssl this is the error when i have

Compilation error in 1.0.1a, but is 1.0.1b build ok?

2012-04-28 Thread geo55
that 'There are no zero-filled trailing records'. Anyone had this experience with the lastest build? I downloaded the package a couple of times using different methods with the same results. -- View this message in context: http://old.nabble.com/Compilation-error-in-1.0.1a%2C-but-is-1.0.1b-build-ok

Re: Compilation Error in application referencing FIPS Object Module using g++

2011-03-09 Thread raghib nasri
Thanks Stephen I have modified fipsld to compile only fips_premain.c with gcc and my rest of the application is still using g++ for compilation and linking. But I am not able to sort out exactly how to modify the part that will result in embedding signature of exact 40 characters, in case I want

Re: Compilation Error in application referencing FIPS Object Module using g++

2011-03-09 Thread Dr. Stephen Henson
On Wed, Mar 09, 2011, raghib nasri wrote: Thanks Stephen I have modified fipsld to compile only fips_premain.c with gcc and my rest of the application is still using g++ for compilation and linking. But I am not able to sort out exactly how to modify the part that will result in embedding

Re: Compilation Error in application referencing FIPS Object Module using g++

2011-03-09 Thread raghib nasri
Now I don't think its possible. I am statically linking application with object module and library and if you have observed fipsld, first time its compiling and linking the application without any preprocessor symbol. At that time fips_premain.c observes that no HMAC defined and generates the 40

Re: Compilation Error in application referencing FIPS Object Module using g++

2011-03-07 Thread Dr. Stephen Henson
On Mon, Mar 07, 2011, raghib nasri wrote: Hi, I am using FIPS Object Module and encountered an error while compiling my application using g++. ?fips_premain.c:71: error: initializer-string for array of chars is too long? I cannot change fips_premain.c since its part of

Re: Compilation Error in application referencing FIPS Object Module using g++

2011-03-07 Thread raghib nasri
Do you mean to say I should modify fipsld to use gcc for compiling fips_premain.c. Or is there any way to still use g++ for my application with minimal change in fipsld. Please suggest. On Mon, Mar 7, 2011 at 9:15 PM, Dr. Stephen Henson st...@openssl.orgwrote: On Mon, Mar 07, 2011, raghib

Re: Compilation Error in application referencing FIPS Object Module using g++

2011-03-07 Thread Dr. Stephen Henson
On Mon, Mar 07, 2011, raghib nasri wrote: Do you mean to say I should modify fipsld to use gcc for compiling fips_premain.c. Or is there any way to still use g++ for my application with minimal change in fipsld. Please suggest. Well two options, one is to change it to use gcc just for the

Compilation Error in application referencing FIPS Object Module using g++

2011-03-06 Thread raghib nasri
Hi, I am using FIPS Object Module and encountered an error while compiling my application using g++. “fips_premain.c:71: error: initializer-string for array of chars is too long” I cannot change fips_premain.c since its part of FIPS validation I guess. Please suggest

RE: FIPS OpenSSL compilation error

2009-08-26 Thread pankaj227
this message in context: http://www.nabble.com/FIPS-OpenSSL-compilation-error-tp25133113p25146521.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http

Re: FIPS OpenSSL compilation error

2009-08-26 Thread William A. Rowe, Jr.
Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal Sent: Tuesday, 25 August, 2009 05:06 I am using cygwin on windows xp to compile FIPS Openssl 1.2 using Visual studio 2005. Apparently you mean cygwin _perl_. The MS compiler and

Re: FIPS OpenSSL compilation error

2009-08-26 Thread Dr. Stephen Henson
On Wed, Aug 26, 2009, William A. Rowe, Jr. wrote: Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal Sent: Tuesday, 25 August, 2009 05:06 I am using cygwin on windows xp to compile FIPS Openssl 1.2 using Visual studio 2005.

Re: FIPS OpenSSL compilation error

2009-08-26 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal Sent: Tuesday, 25 August, 2009 05:06 I am using cygwin on windows xp to compile FIPS Openssl 1.2 using Visual studio 2005. Apparently you mean cygwin

Re: FIPS OpenSSL compilation error

2009-08-26 Thread Dr. Stephen Henson
On Wed, Aug 26, 2009, William A. Rowe, Jr. wrote: William A. Rowe, Jr. wrote: Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal Sent: Tuesday, 25 August, 2009 05:06 I am using cygwin on windows xp to compile FIPS Openssl 1.2 using

Mismatch in makefiles - compilation error on cygwin

2009-08-26 Thread Misha Aizatulin
dear list, there is a problem in the Makefiles that precludes correct compilation of openSSL, at least on cygwin. The problem is present in 1.0.0-beta3 as well. In the top-level Makefile the value SDIRS does not contain rc5. As a result, make links does not create a link to rc5test.c in

FIPS OpenSSL compilation error

2009-08-25 Thread Pankaj Aggarwal
I am using cygwin on windows xp to compile FIPS Openssl 1.2 using Visual studio 2005. I get the following error after doing ms\do_fips in openssl directory. Am I missing something? SET FIPS_CC=cl SET FIPS_CC_ARGS=/Fotmp32dll\fips_premain.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2

RE: FIPS OpenSSL compilation error

2009-08-25 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Pankaj Aggarwal Sent: Tuesday, 25 August, 2009 05:06 I am using cygwin on windows xp to compile FIPS Openssl 1.2 using Visual studio 2005. Apparently you mean cygwin _perl_. The MS compiler and linker (which are the

compilation error building openssl-0.9.8k

2009-05-28 Thread Vivek Subbarao
Hi I am getting the below mentioned compilation error when i try to build openssl-0.9.8k using visual studio 2008. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\sal.h(1984) : fatal error RC22105: MultiByteToWideChar failed. NMAKE : fatal error U1077: 'C:\Program Files\Microsoft

Re: compilation error building openssl-0.9.8k

2009-05-28 Thread Dr. Stephen Henson
On Thu, May 28, 2009, Vivek Subbarao wrote: Hi I am getting the below mentioned compilation error when i try to build openssl-0.9.8k using visual studio 2008. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\sal.h(1984) : fatal error RC22105: MultiByteToWideChar failed

Re: compilation error building openssl-0.9.8k

2009-05-28 Thread Carter Browne
I had no problems with this Visual Studio 9.0 on XP SP 3. Do you do: nmake -f ms\ntdll.mak before the nmake -f ms\ntdll.mak install ? Carter Carter Browne CBCS cbro...@cbcs-usa.com 781-721-2890 Vivek Subbarao wrote: Hi I am getting the below mentioned compilation error when i try

Compilation error on vs 2008

2009-05-28 Thread viveksubbarao
Hi, i get the below compilation error when i try to build openssl-0.9.8k using visual studio 2008. C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE\sal.h(1984) : fatal erro r RC22105: MultiByteToWideChar failed. NMAKE : fatal error U1077: 'C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin

RE: compilation error building openssl-0.9.8k

2009-05-28 Thread Vivek Subbarao
@openssl.org Subject: Re: compilation error building openssl-0.9.8k I had no problems with this Visual Studio 9.0 on XP SP 3. Do you do: nmake -f ms\ntdll.mak before the nmake -f ms\ntdll.mak install ? Carter Carter Browne CBCS cbro...@cbcs-usa.com 781-721-2890 Vivek Subbarao wrote: Hi

Re: Dynamic loading openSSL BIO_ functions - compilation error

2008-10-13 Thread Tim Hudson
Raymond Zhou wrote: Hi there, I was trying to load a function from openSSL libeay32.dll using LoadLibrary and GetProcAddress, the function is the following: BIO* BIO_new_fp(File*, int). You'll need to at least change File* to FILE * - C is case sensitive. Tim.

Dynamic loading openSSL BIO_ functions - compilation error

2008-10-12 Thread Raymond Zhou
Hi there,   I was trying to load a function from openSSL libeay32.dll using LoadLibrary and GetProcAddress, the function is the following:    BIO* BIO_new_fp(File*, int). However, when I try to compile my program (written in c), I got an error like this:   ssl_utils.c(42) : error C2143:

Need help on openssl-0.9.8g compilation error

2008-07-15 Thread Haresh_Eswari
Hi, I am new to openssl. I am trying to cross compiling openssl-0.9.8g for mipsel-linux. I added the following lines to my Configure file linux-mipsel, mipsel-linux-gcc:-DL_ENDIAN -DTERMIO -Os -fomit-frame-pointer -Wall::-D_REENTRANT:-ldl:BN_LLONG::dlfcn:linux-shared:-fPIC:.so.

compilation error openssl-0.9.8g on CentOS5

2008-05-27 Thread Yogesh Test
-0.9.8g]# : undefined reference to `main' collect2: ld returned 1 exit status Please help me to find out the problem Yogesh -- View this message in context: http://www.nabble.com/compilation-error-openssl-0.9.8g-on-CentOS5-tp17488119p17488119.html Sent from the OpenSSL - User mailing list archive

Re: Compilation error using Openssl 0.9.8c in Ubuntu Feisty

2007-07-13 Thread Tuty
Thanks for your quick answer David, I will think about use IDEA instead of AES (i believe that´s no problem about commercial use with AES). Regards. David Schwartz escribió: I´m adapting a PKCS#11 module for using it on Ubuntu Feisty. I had it perfectly working on Ubuntu Dapper, but when I

RE: Compilation error using Openssl 0.9.8c in Ubuntu Feisty

2007-07-12 Thread David Schwartz
I´m adapting a PKCS#11 module for using it on Ubuntu Feisty. I had it perfectly working on Ubuntu Dapper, but when I compile it (using g++ 4.1.2-0ubuntu4 and Kdevelop 3.5.6) and compiler reaches to the call EVP_idea_cbc(), it shows me this error: 'EVP_idea_cbc' was not declared in this

RSAPublicKey causing compilation error

2006-08-01 Thread Bhat, Jayalakshmi Manjunath
Hi All, I am trying to complie openssl.9.8a on HP-UX. I am getting errors ../../include/openssl/pem.h:610: parse error before `RSA' ../../include/openssl/pem.h:611: warning: return-type defaults to `int' pem_all.c: In function `DECLARE_PEM_write_fp_const': pem_all.c:133: storage class specified

Re: RSAPublicKey causing compilation error

2006-08-01 Thread Girish Venkatachalam
--- Bhat, Jayalakshmi Manjunath [EMAIL PROTECTED] wrote: Hi All, I am trying to complie openssl.9.8a on HP-UX. I am getting errors ../../include/openssl/pem.h:610: parse error before `RSA' ../../include/openssl/pem.h:611: warning: return-type defaults to `int' pem_all.c: In

RE: RSAPublicKey causing compilation error

2006-08-01 Thread Bhat, Jayalakshmi Manjunath
, Jayalakshmi Manjunath Sent: Tuesday, August 01, 2006 12:25 PM To: openssl-users@openssl.org Subject: RE: RSAPublicKey causing compilation error Yes I tried including openssl/rsa.h, but it did not help Regards, Jaya. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

pod2man.pl-related compilation error. Help!

2001-09-04 Thread Chris Scott
I wrote about this a few days ago and have not yet been able to solve it; I'd appreciate anybody's input... See http://marc.theaimsgroup.com/?l=openssl-usersm=99922122232541w=2 for details. Thanks! __ OpenSSL Project

Compilation error

2001-03-04 Thread Indika De Silva
perl Configure VC-WIN32 - If you don't want to use the assembly language files at all then run: ms\do_nt Then from the VC++ environment at a prompt do: nmake -f ms\ntdll.mak To install i followed the above steps, but at the last step it gives me the following error,