Skip to content

Commit

Permalink
Fix the comments of some guards
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 7fb6fc6 commit 20384f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/mbedtls/aesni.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,6 @@ int mbedtls_aesni_setkey_enc(unsigned char *rk,
#endif

#endif /* MBEDTLS_AESNI_HAVE_CODE */
#endif /* MBEDTLS_AESNI_C */
#endif /* MBEDTLS_AESNI_C && (MBEDTLS_HAVE_X86_64 || MBEDTLS_HAVE_X86) */

#endif /* MBEDTLS_AESNI_H */
2 changes: 1 addition & 1 deletion include/mbedtls/padlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ int mbedtls_padlock_xcryptcbc(mbedtls_aes_context *ctx,
}
#endif

#endif /* MBEDTLS_VIA_PADLOCK_HAVE_CODE */
#endif /* MBEDTLS_VIA_PADLOCK_HAVE_CODE */

#endif /* padlock.h */

0 comments on commit 20384f4

Please sign in to comment.