]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
1. Add new API supports for PEM & X509 key retrieving & verification;
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / SysCall / CrtWrapper.c
index 4bef42ee7a79b6ecf87bbb808d053dff131220cb..b9daaee0bc0d7aa685c95a14bc262d2a3392f5f5 100644 (file)
@@ -279,3 +279,22 @@ size_t fwrite (const void *buffer, size_t size, size_t count, FILE *stream)
 {\r
   return 0;\r
 }\r
+\r
+//\r
+//  -- Dummy OpenSSL Support Routines --\r
+//\r
+\r
+int BIO_printf (void *bio, const char *format, ...)\r
+{\r
+  return 0;\r
+}\r
+\r
+int BIO_snprintf(char *buf, size_t n, const char *format, ...)\r
+{\r
+  return 0;\r
+}\r
+\r
+void *UI_OpenSSL(void)\r
+{\r
+  return NULL;\r
+}\r