Add aes_ccm to provider
[openssl.git] / providers / common / ciphers / aes.c
index 26b8c4475a8999359ea26d8f3045e4442ec47ffd..1b1074af16a36d9ea3e664578a2d48dc75abf192 100644 (file)
@@ -401,7 +401,6 @@ IMPLEMENT_cipher(ctr, CTR, 0, 256, 8, 128)
 IMPLEMENT_cipher(ctr, CTR, 0, 192, 8, 128)
 IMPLEMENT_cipher(ctr, CTR, 0, 128, 8, 128)
 
-
 #define IMPLEMENT_funcs(mode, kbits, type)                                     \
 const OSSL_DISPATCH aes##kbits##mode##_functions[] = {                         \
     { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))aes_##kbits##_##mode##_newctx },\