]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/OpensslLib/Install.sh
Update OpenSSL support to the latest release (0.9.8ze, 15-Jan-2015).
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / Install.sh
1 #!/bin/sh
2
3 cd openssl-0.9.8ze
4 cp e_os2.h ../../../Include/openssl
5 cp crypto/crypto.h ../../../Include/openssl
6 cp crypto/tmdiff.h ../../../Include/openssl
7 cp crypto/opensslv.h ../../../Include/openssl
8 cp crypto/opensslconf.h ../../../Include/openssl
9 cp crypto/ebcdic.h ../../../Include/openssl
10 cp crypto/symhacks.h ../../../Include/openssl
11 cp crypto/ossl_typ.h ../../../Include/openssl
12 cp crypto/md2/md2.h ../../../Include/openssl
13 cp crypto/md4/md4.h ../../../Include/openssl
14 cp crypto/md5/md5.h ../../../Include/openssl
15 cp crypto/sha/sha.h ../../../Include/openssl
16 cp crypto/hmac/hmac.h ../../../Include/openssl
17 cp crypto/ripemd/ripemd.h ../../../Include/openssl
18 cp crypto/des/des.h ../../../Include/openssl
19 cp crypto/des/des_old.h ../../../Include/openssl
20 cp crypto/rc2/rc2.h ../../../Include/openssl
21 cp crypto/rc4/rc4.h ../../../Include/openssl
22 cp crypto/idea/idea.h ../../../Include/openssl
23 cp crypto/bf/blowfish.h ../../../Include/openssl
24 cp crypto/cast/cast.h ../../../Include/openssl
25 cp crypto/aes/aes.h ../../../Include/openssl
26 cp crypto/bn/bn.h ../../../Include/openssl
27 cp crypto/rsa/rsa.h ../../../Include/openssl
28 cp crypto/dsa/dsa.h ../../../Include/openssl
29 cp crypto/dso/dso.h ../../../Include/openssl
30 cp crypto/dh/dh.h ../../../Include/openssl
31 cp crypto/ec/ec.h ../../../Include/openssl
32 cp crypto/ecdh/ecdh.h ../../../Include/openssl
33 cp crypto/ecdsa/ecdsa.h ../../../Include/openssl
34 cp crypto/buffer/buffer.h ../../../Include/openssl
35 cp crypto/bio/bio.h ../../../Include/openssl
36 cp crypto/stack/stack.h ../../../Include/openssl
37 cp crypto/stack/safestack.h ../../../Include/openssl
38 cp crypto/lhash/lhash.h ../../../Include/openssl
39 cp crypto/rand/rand.h ../../../Include/openssl
40 cp crypto/err/err.h ../../../Include/openssl
41 cp crypto/objects/objects.h ../../../Include/openssl
42 cp crypto/objects/obj_mac.h ../../../Include/openssl
43 cp crypto/evp/evp.h ../../../Include/openssl
44 cp crypto/asn1/asn1.h ../../../Include/openssl
45 cp crypto/asn1/asn1_mac.h ../../../Include/openssl
46 cp crypto/asn1/asn1t.h ../../../Include/openssl
47 cp crypto/pem/pem.h ../../../Include/openssl
48 cp crypto/pem/pem2.h ../../../Include/openssl
49 cp crypto/x509/x509.h ../../../Include/openssl
50 cp crypto/x509/x509_vfy.h ../../../Include/openssl
51 cp crypto/x509v3/x509v3.h ../../../Include/openssl
52 cp crypto/conf/conf.h ../../../Include/openssl
53 cp crypto/conf/conf_api.h ../../../Include/openssl
54 cp crypto/txt_db/txt_db.h ../../../Include/openssl
55 cp crypto/pkcs7/pkcs7.h ../../../Include/openssl
56 cp crypto/pkcs12/pkcs12.h ../../../Include/openssl
57 cp crypto/comp/comp.h ../../../Include/openssl
58 cp crypto/engine/engine.h ../../../Include/openssl
59 cp crypto/ocsp/ocsp.h ../../../Include/openssl
60 cp crypto/ui/ui.h ../../../Include/openssl
61 cp crypto/ui/ui_compat.h ../../../Include/openssl
62 cp crypto/krb5/krb5_asn.h ../../../Include/openssl
63 cp crypto/store/store.h ../../../Include/openssl
64 cp crypto/pqueue/pqueue.h ../../../Include/openssl
65 cp crypto/pqueue/pq_compat.h ../../../Include/openssl
66 cp ssl/ssl.h ../../../Include/openssl
67 cp ssl/ssl2.h ../../../Include/openssl
68 cp ssl/ssl3.h ../../../Include/openssl
69 cp ssl/ssl23.h ../../../Include/openssl
70 cp ssl/tls1.h ../../../Include/openssl
71 cp ssl/dtls1.h ../../../Include/openssl
72 cp ssl/kssl.h ../../../Include/openssl
73 cd ..