]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/Library/OpensslLib/Install.cmd
CryptoPkg/BaseCryptLib: Use X509_V_FLAG_NO_CHECK_TIME
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / Install.cmd
1 cd openssl-1.0.2d
2 copy e_os2.h ..\..\..\Include\openssl
3 copy crypto\crypto.h ..\..\..\Include\openssl
4 copy crypto\opensslv.h ..\..\..\Include\openssl
5 copy crypto\opensslconf.h ..\..\..\Include\openssl
6 copy crypto\ebcdic.h ..\..\..\Include\openssl
7 copy crypto\symhacks.h ..\..\..\Include\openssl
8 copy crypto\ossl_typ.h ..\..\..\Include\openssl
9 copy crypto\objects\objects.h ..\..\..\Include\openssl
10 copy crypto\objects\obj_mac.h ..\..\..\Include\openssl
11 copy crypto\md4\md4.h ..\..\..\Include\openssl
12 copy crypto\md5\md5.h ..\..\..\Include\openssl
13 copy crypto\sha\sha.h ..\..\..\Include\openssl
14 copy crypto\mdc2\mdc2.h ..\..\..\Include\openssl
15 copy crypto\hmac\hmac.h ..\..\..\Include\openssl
16 copy crypto\ripemd\ripemd.h ..\..\..\Include\openssl
17 copy crypto\whrlpool\whrlpool.h ..\..\..\Include\openssl
18 copy crypto\des\des.h ..\..\..\Include\openssl
19 copy crypto\des\des_old.h ..\..\..\Include\openssl
20 copy crypto\aes\aes.h ..\..\..\Include\openssl
21 copy crypto\rc2\rc2.h ..\..\..\Include\openssl
22 copy crypto\rc4\rc4.h ..\..\..\Include\openssl
23 copy crypto\idea\idea.h ..\..\..\Include\openssl
24 copy crypto\bf\blowfish.h ..\..\..\Include\openssl
25 copy crypto\cast\cast.h ..\..\..\Include\openssl
26 copy crypto\camellia\camellia.h ..\..\..\Include\openssl
27 copy crypto\seed\seed.h ..\..\..\Include\openssl
28 copy crypto\modes\modes.h ..\..\..\Include\openssl
29 copy crypto\bn\bn.h ..\..\..\Include\openssl
30 copy crypto\ec\ec.h ..\..\..\Include\openssl
31 copy crypto\rsa\rsa.h ..\..\..\Include\openssl
32 copy crypto\dsa\dsa.h ..\..\..\Include\openssl
33 copy crypto\ecdsa\ecdsa.h ..\..\..\Include\openssl
34 copy crypto\dh\dh.h ..\..\..\Include\openssl
35 copy crypto\ecdh\ecdh.h ..\..\..\Include\openssl
36 copy crypto\dso\dso.h ..\..\..\Include\openssl
37 copy crypto\engine\engine.h ..\..\..\Include\openssl
38 copy crypto\buffer\buffer.h ..\..\..\Include\openssl
39 copy crypto\bio\bio.h ..\..\..\Include\openssl
40 copy crypto\stack\stack.h ..\..\..\Include\openssl
41 copy crypto\stack\safestack.h ..\..\..\Include\openssl
42 copy crypto\lhash\lhash.h ..\..\..\Include\openssl
43 copy crypto\rand\rand.h ..\..\..\Include\openssl
44 copy crypto\err\err.h ..\..\..\Include\openssl
45 copy crypto\evp\evp.h ..\..\..\Include\openssl
46 copy crypto\asn1\asn1.h ..\..\..\Include\openssl
47 copy crypto\asn1\asn1_mac.h ..\..\..\Include\openssl
48 copy crypto\asn1\asn1t.h ..\..\..\Include\openssl
49 copy crypto\pem\pem.h ..\..\..\Include\openssl
50 copy crypto\pem\pem2.h ..\..\..\Include\openssl
51 copy crypto\x509\x509.h ..\..\..\Include\openssl
52 copy crypto\x509\x509_vfy.h ..\..\..\Include\openssl
53 copy crypto\x509v3\x509v3.h ..\..\..\Include\openssl
54 copy crypto\conf\conf.h ..\..\..\Include\openssl
55 copy crypto\conf\conf_api.h ..\..\..\Include\openssl
56 copy crypto\txt_db\txt_db.h ..\..\..\Include\openssl
57 copy crypto\pkcs7\pkcs7.h ..\..\..\Include\openssl
58 copy crypto\pkcs12\pkcs12.h ..\..\..\Include\openssl
59 copy crypto\comp\comp.h ..\..\..\Include\openssl
60 copy crypto\ocsp\ocsp.h ..\..\..\Include\openssl
61 copy crypto\ui\ui.h ..\..\..\Include\openssl
62 copy crypto\ui\ui_compat.h ..\..\..\Include\openssl
63 copy crypto\krb5\krb5_asn.h ..\..\..\Include\openssl
64 copy crypto\cms\cms.h ..\..\..\Include\openssl
65 copy crypto\pqueue\pqueue.h ..\..\..\Include\openssl
66 copy crypto\ts\ts.h ..\..\..\Include\openssl
67 copy crypto\srp\srp.h ..\..\..\Include\openssl
68 copy crypto\cmac\cmac.h ..\..\..\Include\openssl
69 copy ssl\ssl.h ..\..\..\Include\openssl
70 copy ssl\ssl2.h ..\..\..\Include\openssl
71 copy ssl\ssl3.h ..\..\..\Include\openssl
72 copy ssl\ssl23.h ..\..\..\Include\openssl
73 copy ssl\tls1.h ..\..\..\Include\openssl
74 copy ssl\dtls1.h ..\..\..\Include\openssl
75 copy ssl\kssl.h ..\..\..\Include\openssl
76 copy ssl\srtp.h ..\..\..\Include\openssl
77 cd ..