> 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
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
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
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
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
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
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
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
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
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
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
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
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
@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:
>
&
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
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
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
> 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
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
19 matches
Mail list logo