diff options
| author | Gary Lin <glin@suse.com> | 2017-03-31 15:55:22 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2017-04-11 10:42:18 -0400 |
| commit | ab9a05a10f16b33f7ee1e9da360c7801eebdb9d2 (patch) | |
| tree | 066021e6416bf67ae289e7bc61f2d76e9bbb3578 /Cryptlib/Include/strings.h | |
| parent | 84d1118d0084611eab4527fd6cb6c68d4cad8ce9 (diff) | |
| download | efi-boot-shim-ab9a05a10f16b33f7ee1e9da360c7801eebdb9d2.tar.gz efi-boot-shim-ab9a05a10f16b33f7ee1e9da360c7801eebdb9d2.zip | |
Cryptlib: Rename OpenSslSupport.h as CrtLibSupport.h
Edk2 renamed OpenSslSupport.h, so we have to follow the change.
Also merge some changes from edk2 CrtLibSupport.h
Signed-off-by: Gary Lin <glin@suse.com>
Diffstat (limited to 'Cryptlib/Include/strings.h')
| -rw-r--r-- | Cryptlib/Include/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cryptlib/Include/strings.h b/Cryptlib/Include/strings.h index 8dfc36ff..6f59a25d 100644 --- a/Cryptlib/Include/strings.h +++ b/Cryptlib/Include/strings.h @@ -12,4 +12,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <OpenSslSupport.h>
+#include <CrtLibSupport.h>
|
