rename roken base64, fixes #107

This commit is contained in:
Love Hörnquist Åstrand
2014-08-22 20:57:24 -07:00
parent ad9cd6a138
commit 37afa01be3
16 changed files with 35 additions and 35 deletions

View File

@@ -1275,7 +1275,7 @@ kadm5_ad_randkey_principal(void *server_handle,
{
char p[64];
krb5_generate_random_block(p, sizeof(p));
plen = base64_encode(p, sizeof(p), &password);
plen = rk_base64_encode(p, sizeof(p), &password);
if (plen < 0)
return ENOMEM;
}