|  | @@ -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 {
 |