mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-15 14:53:31 +00:00
Reapply patches lost in the update
This commit is contained in:
parent
36d13930ee
commit
06caaf44f4
@ -34,3 +34,24 @@ index 805e6b4..bb7bcba 100644
|
|||||||
|
|
||||||
//
|
//
|
||||||
// Years Handling
|
// Years Handling
|
||||||
|
diff --git a/Cryptlib/SysCall/CrtWrapper.c b/Cryptlib/SysCall/CrtWrapper.c
|
||||||
|
index fb446b6..5a8322d 100644
|
||||||
|
--- a/Cryptlib/SysCall/CrtWrapper.c
|
||||||
|
+++ b/Cryptlib/SysCall/CrtWrapper.c
|
||||||
|
@@ -293,16 +293,6 @@ size_t fwrite (const void *buffer, size_t size, size_t count, FILE *stream)
|
||||||
|
// -- Dummy OpenSSL Support Routines --
|
||||||
|
//
|
||||||
|
|
||||||
|
-int BIO_printf (void *bio, const char *format, ...)
|
||||||
|
-{
|
||||||
|
- return 0;
|
||||||
|
-}
|
||||||
|
-
|
||||||
|
-int BIO_snprintf(char *buf, size_t n, const char *format, ...)
|
||||||
|
-{
|
||||||
|
- return 0;
|
||||||
|
-}
|
||||||
|
-
|
||||||
|
void *UI_OpenSSL(void)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
@ -293,16 +293,6 @@ size_t fwrite (const void *buffer, size_t size, size_t count, FILE *stream)
|
|||||||
// -- Dummy OpenSSL Support Routines --
|
// -- Dummy OpenSSL Support Routines --
|
||||||
//
|
//
|
||||||
|
|
||||||
int BIO_printf (void *bio, const char *format, ...)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
int BIO_snprintf(char *buf, size_t n, const char *format, ...)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
void *UI_OpenSSL(void)
|
void *UI_OpenSSL(void)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user