libstorage / libstoragemgmt

A library for storage management
https://libstorage.github.io/libstoragemgmt-doc/
GNU Lesser General Public License v2.1
83 stars 32 forks source link

Remove openssl usage #465

Closed tasleson closed 3 years ago

tasleson commented 3 years ago

Openssl 3.0 has deprecated md5 which we are using for the version check in the database calculation. Remove using md5 of version in the version signature.

Signed-off-by: Tony Asleson tasleson@redhat.com