]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt
CryptoPkg/Library/OpensslLib: Add generated flag to Accel INF
[mirror_edk2.git] / CryptoPkg / Library / OpensslLib / OpenSSL-HOWTO.txt
index d1521381290b7271239c97fd106353d555c2c545..e52ee27b491c5e37ebde896d58fe587922553154 100644 (file)
@@ -18,28 +18,14 @@ on the cryptography.
                              OpenSSL-Version\r
 =============================================================================\r
   EDKII supports building with the latest release of OpenSSL.\r
-  The latest official release is OpenSSL-1.1.0g (Released at 2017-Nov-02).\r
   NOTE: Only latest release version was fully validated.\r
         And no guarantees on build & functionality if using other versions.\r
 \r
 =============================================================================\r
                       HOW to Install OpenSSL for UEFI Building\r
 =============================================================================\r
-1. Clone the latest official OpenSSL release into the directory\r
-     CryptoPkg/Library/OpensslLib/openssl/\r
-\r
-   Use OpenSSL-1.1.0g release as one example:\r
-     (OpenSSL_1_1_0g below is the tag name for the OpenSSL-1.1.0g release)\r
-     > cd CryptoPkg/Library/OpensslLib\r
-     > git clone -b OpenSSL_1_1_0g https://github.com/openssl/openssl openssl\r
-     or\r
-     > git clone https://github.com/openssl/openssl openssl\r
-     > git checkout OpenSSL_1_1_0g\r
-Or\r
-2. Download the latest OpenSSL release package from the official website:\r
-     https://www.openssl.org/source/\r
-   and unpack the OpenSSL source into:\r
-     CryptoPkg/Library/OpensslLib/openssl/\r
+  OpenSSL repository was added as one submodule of EDKII project. Please\r
+refer to edk2/Readme.md for how to clone the code.\r
 \r
 =============================================================================\r
                       About process_files.pl\r