diff options
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> + |
