Skip to content

Commit

Permalink
Merge pull request #1970 from hzeller/20230719-openssl-project-include
Browse files Browse the repository at this point in the history
Encourage compiler to pick up openssl header from WORKSPACE first.
  • Loading branch information
hzeller authored Jul 19, 2023
2 parents 18b819f + fa61f86 commit f5d08d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions verilog/tools/kythe/kzip_creator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

#include "verilog/tools/kythe/kzip_creator.h"

#include <openssl/sha.h>

#include <array>
#include <cstdio>
#include <string>
Expand All @@ -26,6 +24,7 @@
#include "absl/strings/string_view.h"
#include "common/util/file_util.h"
#include "common/util/simple_zip.h"
#include "openssl/sha.h"
#include "third_party/proto/kythe/analysis.pb.h"

namespace verilog {
Expand Down

0 comments on commit f5d08d3

Please sign in to comment.