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

Re: compilation error

2014-09-19 Thread Amir Reda
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 -fmessage-length=0 -MMD -MP -MFsrc/certificate.d -MTsrc/certificate.d -o

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

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

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

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

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: 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