diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2020-03-09 16:37:52 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2020-03-09 16:45:37 -0700 |
| commit | 670a2656df7ac34937ad4eb7c14eeba772954c9d (patch) | |
| tree | 9c7e2cc87a5f3938d096985c994d93fe9b175c9e /ports/grpc/snprintf.patch | |
| parent | d0b1f2a9e8ed1ea53d181d13c69e15cf775148db (diff) | |
| download | vcpkg-670a2656df7ac34937ad4eb7c14eeba772954c9d.tar.gz vcpkg-670a2656df7ac34937ad4eb7c14eeba772954c9d.zip | |
[grpc][openssl][upb] Fix install on uwp
Diffstat (limited to 'ports/grpc/snprintf.patch')
| -rw-r--r-- | ports/grpc/snprintf.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/grpc/snprintf.patch b/ports/grpc/snprintf.patch new file mode 100644 index 000000000..f658f9c4f --- /dev/null +++ b/ports/grpc/snprintf.patch @@ -0,0 +1,12 @@ +diff --git a/src/core/tsi/alts/crypt/aes_gcm.cc b/src/core/tsi/alts/crypt/aes_gcm.cc
+index c638ce7..3dc3b2e 100644
+--- a/src/core/tsi/alts/crypt/aes_gcm.cc
++++ b/src/core/tsi/alts/crypt/aes_gcm.cc
+@@ -28,6 +28,7 @@
+ #include <openssl/evp.h>
+ #include <openssl/hmac.h>
+ #include <string.h>
++#include <cstdio>
+
+ #include <grpc/support/alloc.h>
+
|
