krb5_crypto_block_size -> krb5_crypto_getblocksize
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11370 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -47,7 +47,7 @@ init_ivecs(int client)
|
||||
{
|
||||
size_t blocksize;
|
||||
|
||||
krb5_crypto_block_size(context, crypto, &blocksize);
|
||||
krb5_crypto_getblocksize(context, crypto, &blocksize);
|
||||
|
||||
ivec_in[0] = malloc(blocksize);
|
||||
memset(ivec_in[0], client, blocksize);
|
||||
|
Reference in New Issue
Block a user