Skip to content
Snippets Groups Projects
Commit d2807886 authored by Muxi Yan's avatar Muxi Yan
Browse files

Revert umbrella header too

parent 50810d71
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,11 @@ Pod::Spec.new do |s| ...@@ -149,6 +149,11 @@ Pod::Spec.new do |s|
#include "ssl.h" #include "ssl.h"
#include "crypto.h" #include "crypto.h"
#include "aes.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.h"
#include "asn1_mac.h" #include "asn1_mac.h"
#include "asn1t.h" #include "asn1t.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment