mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Add missing #ifdefs in aes.h
This commit is contained in:
parent
648656a628
commit
1ec220b002
2 changed files with 5 additions and 0 deletions
|
|
@ -982,6 +982,7 @@ int aes_crypt_ctr( aes_context *ctx,
|
|||
return( 0 );
|
||||
}
|
||||
#endif /* POLARSSL_CIPHER_MODE_CTR */
|
||||
|
||||
#endif /* !POLARSSL_AES_ALT */
|
||||
|
||||
#if defined(POLARSSL_SELF_TEST)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue