aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2017-03-22 10:53:37 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2017-03-22 10:53:37 -0700
commit226098c9f16b369a6dfbf912b29da61e1eb9283d (patch)
treeb45965913b3bdeb03af3315fdafa37aa1f56be4f /grpc.gemspec
parentb239da9ab37042ceaf8c5183c0f7511aab352c63 (diff)
added b64.c to the sources neede for grpc_base
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 8d5b7b2ab1..5c6c1aaac2 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -447,6 +447,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/json/json_reader.c )
s.files += %w( src/core/lib/json/json_string.c )
s.files += %w( src/core/lib/json/json_writer.c )
+ s.files += %w( src/core/lib/security/util/b64.c )
s.files += %w( src/core/lib/slice/percent_encoding.c )
s.files += %w( src/core/lib/slice/slice.c )
s.files += %w( src/core/lib/slice/slice_buffer.c )
@@ -528,7 +529,6 @@ Gem::Specification.new do |s|
s.files += %w( src/core/lib/security/transport/security_handshaker.c )
s.files += %w( src/core/lib/security/transport/server_auth_filter.c )
s.files += %w( src/core/lib/security/transport/tsi_error.c )
- s.files += %w( src/core/lib/security/util/b64.c )
s.files += %w( src/core/lib/security/util/json_util.c )
s.files += %w( src/core/lib/surface/init_secure.c )
s.files += %w( src/core/lib/tsi/fake_transport_security.c )