Revert umbrella header too

pull/10689/head
Muxi Yan 8 years ago
parent 50810d7139
commit d28078869a
  1. 5
      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"

Loading…
Cancel
Save