]> 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:38:18 +0000 (09:38 -0800)
commit5b3869b32986913cb3a47cf318ffa9d015577257
tree7477b6acd1add36cdba433dec8bbc3d14d2ccaf6
parent38d0a8bbdebdf1af212c36008f7d7c2de2a28af4
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