A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 0d10236da9bcd626031b984fd55222f359d6258b (commit) from 227e02ec2049c6df5df44333980e3b529289a5c7 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0d10236da9bcd626031b984fd55222f359d6258b Author: Emmanuel Dreyfus manu@netbsd.org Date: Sun Oct 30 05:34:58 2016 +0100
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/24956ca00f014a917fb181a8abc39b349f...
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
-----------------------------------------------------------------------
Summary of changes: contrib/slapd-modules/smbk5pwd/smbk5pwd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)