Remove workaround from when there wasn't always aes.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18456 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -2142,11 +2142,10 @@ DES_PCBC_encrypt_key_ivec(krb5_context context,
|
||||
|
||||
void KRB5_LIB_FUNCTION
|
||||
_krb5_aes_cts_encrypt(const unsigned char *in, unsigned char *out,
|
||||
size_t len, const void *aes_key,
|
||||
size_t len, const AES_KEY *key,
|
||||
unsigned char *ivec, const int encryptp)
|
||||
{
|
||||
unsigned char tmp[AES_BLOCK_SIZE];
|
||||
const AES_KEY *key = aes_key; /* XXX remove this when we always have AES */
|
||||
int i;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user