diff options
| author | Jozef Izso <jozef.izso@gmail.com> | 2020-08-22 10:16:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-22 01:16:03 -0700 |
| commit | 78b66ad5b91fa69b698ac7e0506534cc63565614 (patch) | |
| tree | 34cd4c48e282793d6e2b1c0e294425ecddedf5e2 /ports/grpc/snprintf.patch | |
| parent | d355b3fae03d6626437738151724610b593dc81c (diff) | |
| download | vcpkg-78b66ad5b91fa69b698ac7e0506534cc63565614.tar.gz vcpkg-78b66ad5b91fa69b698ac7e0506534cc63565614.zip | |
[grpc] grpc v1.30.2 (#12920)
Diffstat (limited to 'ports/grpc/snprintf.patch')
| -rw-r--r-- | ports/grpc/snprintf.patch | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ports/grpc/snprintf.patch b/ports/grpc/snprintf.patch index f658f9c4f..d1fd52e48 100644 --- a/ports/grpc/snprintf.patch +++ b/ports/grpc/snprintf.patch @@ -1,12 +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>
-
+diff --git a/src/core/tsi/alts/crypt/aes_gcm.cc b/src/core/tsi/alts/crypt/aes_gcm.cc +index 02b1ac4492..191f462277 100644 +--- a/src/core/tsi/alts/crypt/aes_gcm.cc ++++ b/src/core/tsi/alts/crypt/aes_gcm.cc +@@ -26,6 +26,7 @@ + #include <openssl/evp.h> + #include <openssl/hmac.h> + #include <string.h> ++#include <cstdio> + + #include <grpc/support/alloc.h> + |
