Changing library names?
Paul Spencer
pspence at us.ibm.com
Thu Apr 6 20:26:26 UTC 2023
That looks like it will work - thanks! Missed that in searching.
(And, p.s. still exists in 3.1.0).
-----Original Message-----
From: Pete <rpb5bnc at gmail.com>
To: Paul Spencer <pspence at us.ibm.com>, openssl-users at openssl.org <
openssl-users at openssl.org>
Subject: [EXTERNAL] Re: Changing library names?
Date: Thu, 06 Apr 2023 16:15:30 -0400
Consider using the shlib_variant key for a target. This is defined in
Configurations/README, at least for 1.1.1. It's not exactly what
you're
looking for since you state you would like to add a unique string
before
the 'ssl' and 'crypto' in the library name. This will add your unique
string as a suffix to the name. For us, we add a '-tk' to indicate
that
this build of OpenSSL is part of our FIPS toolkit.
On 4/6/23 3:11 PM, Paul Spencer wrote:
> By default we have libssl.so and libcrypto.so.
>
> Is it possible to configure and build using alternate names, e.g.
> libtestssl.so and libtestcrypto.so ?
>
> A simple rename won't work since
> libssl refers to libcrypto.
>
More information about the openssl-users
mailing list