mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-03 18:51:14 +00:00
The standard OpenSSL 1.0.2 configuration and build process will already symlink or copy the necessary header files to the include/openssl/ directory within the OpenSSL source tree. When we transition to OpenSSL 1.1 it won't even be necessary to link or copy the files there; they have just been moved outright. So let's use them from there. Change the include directory specified in CryptoPkg/CryptoPkg.dec, and modify the Install.cmd and Install.sh scripts to copy the files to the normal directory within the OpenSSL source tree, instead of CryptoPkg/Include/openssl/. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Qin Long <qin.long@intel.com> Tested-by: Qin Long <qin.long@intel.com> |
||
|---|---|---|
| .. | ||
| arpa | ||
| Library | ||
| netinet | ||
| Protocol | ||
| sys | ||
| assert.h | ||
| ctype.h | ||
| dirent.h | ||
| errno.h | ||
| limits.h | ||
| malloc.h | ||
| math.h | ||
| memory.h | ||
| netdb.h | ||
| OpenSslSupport.h | ||
| sgtty.h | ||
| signal.h | ||
| stdarg.h | ||
| stddef.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| strings.h | ||
| syslog.h | ||
| time.h | ||
| unistd.h | ||