commit | ad62e9cab15536b1db61a7cb7b316f6fb3e9e563 | [log] [tgz] |
---|---|---|
author | Nick Nooney <nicholasnooney@google.com> | Thu Feb 27 16:24:38 2025 -0500 |
committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 13:42:15 2025 -0800 |
tree | db720d91e05849b5d20012cab15f1db1bb810ca2 | |
parent | 57e9cf1e5a6f9664475b6e50f52d74d290e5896e [diff] |
Add IWYU pragma to obj_mac.h. This pragma is similar to the one in obj.h, and allows for matching openssl compatibility with internal tooling. Change-Id: I42b1f2527f2b9848d830100ec4a0dc0338619e4e Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/76807 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com>
diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h index 2fdac44..d70048c 100644 --- a/include/openssl/obj_mac.h +++ b/include/openssl/obj_mac.h
@@ -15,4 +15,4 @@ /* This header is provided in order to make compiling against code that expects OpenSSL easier. */ -#include "nid.h" +#include "nid.h" // IWYU pragma: export