aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-06-28 09:53:41 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-06-28 16:20:13 -0700
commit14bc7980460c0f20bb0f8d8afed00ee30bac814a (patch)
treeba60d83afef6eed9ccc6f707668ff74b8aee2d99 /src
parent78aa9779909e580fc2f510706c80702a5deec69f (diff)
BoringSSL: import all in the umbrella header
Diffstat (limited to 'src')
-rw-r--r--src/objective-c/BoringSSL.podspec35
1 files changed, 34 insertions, 1 deletions
diff --git a/src/objective-c/BoringSSL.podspec b/src/objective-c/BoringSSL.podspec
index 1954a5c089..f98f517efd 100644
--- a/src/objective-c/BoringSSL.podspec
+++ b/src/objective-c/BoringSSL.podspec
@@ -105,7 +105,40 @@ Pod::Spec.new do |s|
cat > include/openssl/umbrella.h <<EOF
#include "ssl.h"
#include "crypto.h"
-
+ #include "aes.h"
+ #include "asn1.h"
+ #include "asn1_mac.h"
+ #include "asn1t.h"
+ #include "blowfish.h"
+ #include "cast.h"
+ #include "chacha.h"
+ #include "cmac.h"
+ #include "conf.h"
+ #include "cpu.h"
+ #include "curve25519.h"
+ #include "des.h"
+ #include "dtls1.h"
+ #include "hkdf.h"
+ #include "md4.h"
+ #include "md5.h"
+ #include "newhope.h"
+ #include "obj_mac.h"
+ #include "objects.h"
+ #include "opensslv.h"
+ #include "ossl_typ.h"
+ #include "pkcs12.h"
+ #include "pkcs7.h"
+ #include "pkcs8.h"
+ #include "poly1305.h"
+ #include "pqueue.h"
+ #include "rand.h"
+ #include "rc4.h"
+ #include "ripemd.h"
+ #include "safestack.h"
+ #include "srtp.h"
+ #include "time_support.h"
+ #include "x509.h"
+ #include "x509v3.h"
EOF
cat > include/openssl/module.modulemap <<EOF
framework module openssl {