summaryrefslogtreecommitdiff
path: root/Cryptlib/SysCall/CrtWrapper.c
diff options
context:
space:
mode:
authorMatthew Garrett <matthew.garrett@nebula.com>2013-10-03 13:24:43 -0400
committerPeter Jones <pjones@redhat.com>2013-10-04 11:51:09 -0400
commitaa8f89d08f87707a03f6d286f84eb5d1bcd8a9bb (patch)
tree2d06f9ad1bad3e0a9b7cae08da78570ba044215e /Cryptlib/SysCall/CrtWrapper.c
parent9107ff9046dc09e8afdb89e86ce588edb3f4a642 (diff)
downloadefi-boot-shim-aa8f89d08f87707a03f6d286f84eb5d1bcd8a9bb.tar.gz
efi-boot-shim-aa8f89d08f87707a03f6d286f84eb5d1bcd8a9bb.zip
Reapply patches lost in the update
Diffstat (limited to 'Cryptlib/SysCall/CrtWrapper.c')
-rw-r--r--Cryptlib/SysCall/CrtWrapper.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/Cryptlib/SysCall/CrtWrapper.c b/Cryptlib/SysCall/CrtWrapper.c
index fb446b67..5a8322d7 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;