Re: error message oddity

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> On Nov 25, 2018, at 4:23 PM, Jeremy Harris <jgh@xxxxxxxxxxx> wrote:
> 
> That isn't the package name, it is text defined in openssl/opensslv.h

That happens when "OPENSSL_FIPS" is defined:

  # define OPENSSL_VERSION_NUMBER  0x101000b0L
  # ifdef OPENSSL_FIPS
  #  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0k-fips-dev  xx XXX xxxx"
  # else
  #  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0k-dev  xx XXX xxxx"
  # endif

Given no FIPS for 1.1.x, perhaps that "#ifdef" should be "#if 0".  With
1.1.x the "Configure" arguments should not mention "fips".

-- 
	Viktor.

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux