[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8525) Use newer DES API so that smbk5pwd loads with newer OpenSSL



Full_Name: Emmanuel Dreyfus
Version: 2.4.44
OS: NetBSD
URL: ftp://ftp.openldap.org/incoming/manu-161030.patch
Submission from: (NULL) (213.41.141.172)


OpenSSL removed old DES API which used des_* functions.
https://github.com/openssl/openssl/commit/24956ca00f014a917fb181a8abc39b349f3f316f

In order to link smbk5pwd with libcrypto from recent OpenSSL releases, we need
to replace tholdeder API des_* functions by the newer API DES_* functions.