In OpenSSL 1.1 on Linux (at least) libcrypto now has a dependency on
libpthread but this is not reflected in the pkgconfig file. As a result, tools
like CMake fail to detect libcrypto properly when linking against the static
library. libpthread should be added to the Libs.private line of the pkg
> FIPS is not supported for 1.1.0
>
>jUST A SMALL FIX WILL DO.
No. All of the FIPS supporting code has been pulled out of 1.1.0 Even if you
get it to compile, it will fail at link or runtime because of missing functions.
--
openssl-dev mailing list
To unsubscribe: https://mta.
The Doctor skrev: (16 september 2017 15:26:16 CEST)
>On Sat, Sep 16, 2017 at 12:56:08PM +, Salz, Rich via openssl-dev
>wrote:
>>
>> Tryong to compile Fips into OPEnssl-1.1.0 and I run into
>>
>> FIPS is not supported for 1.1.0
>>
>
>jUST A SMALL FIX WILL DO.
Really? Are you say
On Sat, Sep 16, 2017 at 12:56:08PM +, Salz, Rich via openssl-dev wrote:
>
> Tryong to compile Fips into OPEnssl-1.1.0 and I run into
>
> FIPS is not supported for 1.1.0
>
jUST A SMALL FIX WILL DO.
> --
> openssl-dev mailing list
> To unsubscribe: https://mta.openssl.org/mailman/
Tryong to compile Fips into OPEnssl-1.1.0 and I run into
FIPS is not supported for 1.1.0
--
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
I thought it was just me.
Tryong to compile Fips into OPEnssl-1.1.0 and I run into
cc: warning: argument unused during compilation: '-rdynamic'
[-Wunused-command-line-argument]
crypto/err/err_all.c:47:69: error: invalid operands to binary expression
('void' and 'int')
FIPS_set_er