diff options
| author | Matthew Garrett <matthew.garrett@nebula.com> | 2013-10-04 11:51:09 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-10-04 11:51:09 -0400 |
| commit | 36d13930ee66e12d581a259b2f49b65eed41daeb (patch) | |
| tree | 23dbc103ff77c4b098c05dd5125a9ddc2c327350 /Cryptlib/SysCall/CrtWrapper.c | |
| parent | 4bf7fb2ef1ed13251efad3928d41e5eaf2f4aaa4 (diff) | |
| download | efi-boot-shim-36d13930ee66e12d581a259b2f49b65eed41daeb.tar.gz efi-boot-shim-36d13930ee66e12d581a259b2f49b65eed41daeb.zip | |
Update to current Tiano Cryptlib
Diffstat (limited to 'Cryptlib/SysCall/CrtWrapper.c')
| -rw-r--r-- | Cryptlib/SysCall/CrtWrapper.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cryptlib/SysCall/CrtWrapper.c b/Cryptlib/SysCall/CrtWrapper.c index 5a8322d7..fb446b67 100644 --- a/Cryptlib/SysCall/CrtWrapper.c +++ b/Cryptlib/SysCall/CrtWrapper.c @@ -293,6 +293,16 @@ 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;
|
