diff options
author | Noah Eisen <ncteisen@gmail.com> | 2017-06-20 16:08:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-20 16:08:53 -0700 |
commit | 1ef8270d456ddc6364572f98ad27d4ec184e157c (patch) | |
tree | 76690473189ed7868b0e1cb0eb9bd955e813194e | |
parent | 09f804b6528e8a63fc56d833fa2152673270399e (diff) | |
parent | 847985a2c96403cbd9f5c3aafa9543cf2abc1b53 (diff) |
Merge pull request #11561 from ncteisen/sanity
Regenerate Projects, Sanity
-rw-r--r-- | config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.w32 b/config.w32 index dd4a704a61..cca3604045 100644 --- a/config.w32 +++ b/config.w32 @@ -746,11 +746,11 @@ if (PHP_GRPC != "no") { FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\md4"); FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\md5"); FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\modes"); - FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\newhope"); FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\obj"); FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\pem"); FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\pkcs8"); FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\poly1305"); + FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\pool"); FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\rand"); FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\rc4"); FSO.CreateFolder(base_dir+"\\ext\\grpc\\third_party\\boringssl\\crypto\\rsa"); |