We are using openssl binary to deal with certificates in our rpm.
Is it required to have an openssl-devel package if we are dealing only with the openssl binary ?
As per my understanding,
Is it required to have an openssl-devel package if we are dealing only with the openssl binary ?
As per my understanding,
The
openssl-devel
package provides the header files and libraries needed for developing applications that use the OpenSSL library. It is not required for running the openssl
command-line tool, unless you are building your own version of the openssl
binary from source code.