ccm: Add missing comma in get_iv_gen method signature

This commit is contained in:
Tobias Brunner
2013-10-11 17:42:25 +02:00
parent bfeb8b5c47
commit 0f6f7ba22c
+1 -1
View File
@@ -312,7 +312,7 @@ METHOD(aead_t, get_iv_size, size_t,
return IV_SIZE;
}
METHOD(aead_t, get_iv_gen, iv_gen_t*
METHOD(aead_t, get_iv_gen, iv_gen_t*,
private_ccm_aead_t *this)
{
return this->iv_gen;