Skip to content

Commit

Permalink
AESNI: improve comments on some guards in aesni.h
Browse files Browse the repository at this point in the history
Signed-off-by: Pengyu Lv <[email protected]>
  • Loading branch information
lpy4105 committed Sep 21, 2023
1 parent 9d87a38 commit 6f0259e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/aesni.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ int mbedtls_aesni_setkey_enc(unsigned char *rk,
#endif

#endif /* MBEDTLS_AESNI_HAVE_CODE */
#endif /* MBEDTLS_AESNI_C */
#endif /* MBEDTLS_AESNI_C && (MBEDTLS_ARCH_IS_X64 || MBEDTLS_ARCH_IS_X86) */

#endif /* MBEDTLS_AESNI_H */

0 comments on commit 6f0259e

Please sign in to comment.