use _krb5_PKCS5_PBKDF2
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12154 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -252,10 +252,10 @@ string_to_key_test(krb5_context context)
|
||||
}
|
||||
#endif
|
||||
|
||||
ret = krb5_PKCS5_PBKDF2(context, CKSUMTYPE_SHA1, password, salt,
|
||||
keys[i].iterations - 1,
|
||||
keys[i].enctype,
|
||||
&key);
|
||||
ret = _krb5_PKCS5_PBKDF2(context, CKSUMTYPE_SHA1, password, salt,
|
||||
keys[i].iterations - 1,
|
||||
keys[i].enctype,
|
||||
&key);
|
||||
if (ret) {
|
||||
krb5_warn(context, ret, "%d: krb5_PKCS5_PBKDF2", i);
|
||||
val = 1;
|
||||
|
Reference in New Issue
Block a user