]> git.sur5r.net Git - openldap/commit
Use newer DES API so that smbk5pwd loads with newer OpenSSL
authorEmmanuel Dreyfus <manu@netbsd.org>
Sun, 30 Oct 2016 04:34:58 +0000 (05:34 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 29 Nov 2016 17:35:08 +0000 (09:35 -0800)
commit0d10236da9bcd626031b984fd55222f359d6258b
treeddcd79aa2a739748afb08e0b622e4a93123f8524
parent227e02ec2049c6df5df44333980e3b529289a5c7
Use newer DES API so that smbk5pwd loads with newer OpenSSL

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

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

Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
contrib/slapd-modules/smbk5pwd/smbk5pwd.c