1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Add missing #ifdefs in aes.h

This commit is contained in:
Manuel Pégourié-Gonnard
2014-03-10 11:20:17 +01:00
parent 648656a628
commit 1ec220b002
2 changed files with 5 additions and 0 deletions

View File

@ -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)