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/sys | |
| 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/sys')
| -rw-r--r-- | Cryptlib/Include/sys/ioctl.h | 2 | ||||
| -rw-r--r-- | Cryptlib/Include/sys/param.h | 2 | ||||
| -rw-r--r-- | Cryptlib/Include/sys/socket.h | 2 | ||||
| -rw-r--r-- | Cryptlib/Include/sys/stat.h | 2 | ||||
| -rw-r--r-- | Cryptlib/Include/sys/time.h | 2 | ||||
| -rw-r--r-- | Cryptlib/Include/sys/times.h | 2 | ||||
| -rw-r--r-- | Cryptlib/Include/sys/types.h | 2 | ||||
| -rw-r--r-- | Cryptlib/Include/sys/un.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/Cryptlib/Include/sys/ioctl.h b/Cryptlib/Include/sys/ioctl.h index ee07f6bc..e95c19c5 100644 --- a/Cryptlib/Include/sys/ioctl.h +++ b/Cryptlib/Include/sys/ioctl.h @@ -12,5 +12,5 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <OpenSslSupport.h>
+#include <CrtLibSupport.h>
diff --git a/Cryptlib/Include/sys/param.h b/Cryptlib/Include/sys/param.h index ee07f6bc..e95c19c5 100644 --- a/Cryptlib/Include/sys/param.h +++ b/Cryptlib/Include/sys/param.h @@ -12,5 +12,5 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <OpenSslSupport.h>
+#include <CrtLibSupport.h>
diff --git a/Cryptlib/Include/sys/socket.h b/Cryptlib/Include/sys/socket.h index ee07f6bc..e95c19c5 100644 --- a/Cryptlib/Include/sys/socket.h +++ b/Cryptlib/Include/sys/socket.h @@ -12,5 +12,5 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <OpenSslSupport.h>
+#include <CrtLibSupport.h>
diff --git a/Cryptlib/Include/sys/stat.h b/Cryptlib/Include/sys/stat.h index ee07f6bc..e95c19c5 100644 --- a/Cryptlib/Include/sys/stat.h +++ b/Cryptlib/Include/sys/stat.h @@ -12,5 +12,5 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <OpenSslSupport.h>
+#include <CrtLibSupport.h>
diff --git a/Cryptlib/Include/sys/time.h b/Cryptlib/Include/sys/time.h index ee07f6bc..e95c19c5 100644 --- a/Cryptlib/Include/sys/time.h +++ b/Cryptlib/Include/sys/time.h @@ -12,5 +12,5 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <OpenSslSupport.h>
+#include <CrtLibSupport.h>
diff --git a/Cryptlib/Include/sys/times.h b/Cryptlib/Include/sys/times.h index ee07f6bc..e95c19c5 100644 --- a/Cryptlib/Include/sys/times.h +++ b/Cryptlib/Include/sys/times.h @@ -12,5 +12,5 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <OpenSslSupport.h>
+#include <CrtLibSupport.h>
diff --git a/Cryptlib/Include/sys/types.h b/Cryptlib/Include/sys/types.h index ee07f6bc..e95c19c5 100644 --- a/Cryptlib/Include/sys/types.h +++ b/Cryptlib/Include/sys/types.h @@ -12,5 +12,5 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <OpenSslSupport.h>
+#include <CrtLibSupport.h>
diff --git a/Cryptlib/Include/sys/un.h b/Cryptlib/Include/sys/un.h index ee07f6bc..e95c19c5 100644 --- a/Cryptlib/Include/sys/un.h +++ b/Cryptlib/Include/sys/un.h @@ -12,5 +12,5 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/
-#include <OpenSslSupport.h>
+#include <CrtLibSupport.h>
|
