]> 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 ac63d4c077960271df9c3fe0388d35c9f820f393..e52ee27b491c5e37ebde896d58fe587922553154 100644 (file)
@@ -18,29 +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
-  OpenSSL repository was added as one submodule of EDKII project.\r
-\r
-  The user can use the following commands to clone both main EDKII repo and\r
-openssl submodule:\r
-  1) Add the "--recursive" flag to the git clone command:\r
-     $ git clone --recursive https://github.com/tianocore/edk2\r
-or\r
-  2) Manually initialize and update the submodules after the clone operation\r
-     on main project:\r
-     $ git clone https://github.com/tianocore/edk2\r
-     $ git submodule update --init --recursive\r
-\r
-  And use the following combined commands to pull the remote submodule updates\r
-(e.g. Updating the new supported OpenSSL release tag):\r
-     $ git pull --recurse-submodules && \\r
-       git submodule update --recursive --remote\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