That looks like it will work - thanks+ACE- Missed that in searching. (And, p.s. still exists in 3.1.0). -----Original Message----- From: Pete +ADw-rpb5bnc+AEA-gmail.com+AD4- To: Paul Spencer +ADw-pspence+AEA-us.ibm.com+AD4-, openssl-users+AEA-openssl.org +ADw- openssl-users+AEA-openssl.org+AD4- Subject: +AFs-EXTERNAL+AF0- Re: Changing library names? Date: Thu, 06 Apr 2023 16:15:30 -0400 Consider using the shlib+AF8-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: +AD4- By default we have libssl.so and libcrypto.so. +AD4- +AD4- Is it possible to configure and build using alternate names, e.g. +AD4- libtestssl.so and libtestcrypto.so ? +AD4- +AD4- A simple rename won't work since +AD4- libssl refers to libcrypto. +AD4-