Skip to content

Commit

Permalink
_gsskrb5cfx_wrap_length_cfx is really gone
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Dec 17, 2015
1 parent 5881380 commit b4e7841
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/gssapi/krb5/test_cfx.c
Expand Up @@ -192,14 +192,14 @@ test_special(krb5_context context, krb5_crypto crypto,
if (ret)
krb5_errx(context, 1, "_gsskrb5cfx_max_wrap_length_cfx: %d", ret);

ret = _gsskrb5cfx_wrap_length_cfx(context,
crypto,
integ,
0,
max_wrap_size,
&rsize, &cksumsize, &padsize);
ret = wrap_length_cfx(context,
crypto,
integ,
0,
max_wrap_size,
&rsize, &cksumsize, &padsize);
if (ret)
krb5_errx(context, 1, "_gsskrb5cfx_wrap_length_cfx: %d", ret);
krb5_errx(context, 1, "wrap_length_cfx: %d", ret);

if (testsize < rsize)
krb5_errx(context, 1,
Expand Down

0 comments on commit b4e7841

Please sign in to comment.