]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/OpensslLib/Install.sh
CryptoPkg: Enable ssl build in OpensslLib directly
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / Install.sh
index 323d2de61cba5cf451dc4d09dc23d26f2f270dd9..7bd55f6ae352952c83b299540668393e5edabe30 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-cd openssl-1.0.2f
+cd openssl-1.0.2j
+cp ../opensslconf.h           crypto
 mkdir -p                      include/openssl
 cp e_os2.h                    include/openssl
 cp crypto/crypto.h            include/openssl
@@ -9,6 +10,7 @@ cp crypto/opensslconf.h       include/openssl
 cp crypto/ebcdic.h            include/openssl
 cp crypto/symhacks.h          include/openssl
 cp crypto/ossl_typ.h          include/openssl
+cp crypto/o_dir.h             include
 cp crypto/objects/objects.h   include/openssl
 cp crypto/objects/obj_mac.h   include/openssl
 cp crypto/md4/md4.h           include/openssl