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 reply

Re: compilation error

2014-09-19 Thread Amir Reda
amirale32@amir-master:~$ cd .. amirale32@amir-master:/home$ cd .. amirale32@amir-master:/$ sudo dpkg -L crypto dpkg-query: package 'crypto' is not installed Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. amirale32@a

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 wrote: > On Fri, Sep 19, 2014 at 3:33 AM, Amir Reda wrote: > > thx allot for quick reply > > i have mod

Re: compilation error

2014-09-19 Thread Jeffrey Walton
On Fri, Sep 19, 2014 at 3:33 AM, Amir Reda 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 -fmessage-length=0 -MMD

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 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 -MF"src/certificate.d" -MT"src/certificate.d" -o "src/certific

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 t

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 ch

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

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 to

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

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 wrote: > On Mon, Mar 07, 2011, raghib nasri wrote: > > > H

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 pa

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

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

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

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 comp

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 s

Re: compilation error(-DNO_RSA)

2000-02-22 Thread Spencer Preston - Contractor x6354
Vijay, I can see what you are concerned about ... but I don't seem to have that problem when I do my make. Here are the steps I use: make clean ./config -DSSL_ALLOW_ADH no-rsa no-rc2 no-rc4 no-rc5 no-rsaref no-idea make This results in a clean build. It is very important to use conf