diff options
Diffstat (limited to 'sys/opencrypto/xform_aes_icm.c')
-rw-r--r-- | sys/opencrypto/xform_aes_icm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/opencrypto/xform_aes_icm.c b/sys/opencrypto/xform_aes_icm.c index f4ce885172ef..8d3694fa23a0 100644 --- a/sys/opencrypto/xform_aes_icm.c +++ b/sys/opencrypto/xform_aes_icm.c @@ -65,7 +65,7 @@ struct enc_xform enc_xform_aes_icm = { aes_icm_crypt, aes_icm_crypt, aes_icm_setkey, - rijndael128_zerokey, + aes_icm_zerokey, aes_icm_reinit, }; |