aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-04-18 10:49:17 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-04-18 10:49:17 -0700
commitd28078869a0b0890aa1532f5ff85f1127286abcd (patch)
tree0e6ac5cf183dd91bb4d5c301b458b4dc886ade5d
parent50810d713996499490a3ecf23aa377a16893c8f0 (diff)
Revert umbrella header too
-rw-r--r--src/objective-c/BoringSSL.podspec5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/objective-c/BoringSSL.podspec b/src/objective-c/BoringSSL.podspec
index 7403f3288c..651bd4977d 100644
--- a/src/objective-c/BoringSSL.podspec
+++ b/src/objective-c/BoringSSL.podspec
@@ -149,6 +149,11 @@ Pod::Spec.new do |s|
#include "ssl.h"
#include "crypto.h"
#include "aes.h"
+ /* The following macros are defined by base.h. The latter is the first file included by the
+ other headers. */
+ #if defined(OPENSSL_ARM) || defined(OPENSSL_AARCH64)
+ # include "arm_arch.h"
+ #endif
#include "asn1.h"
#include "asn1_mac.h"
#include "asn1t.h"