mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal Flow change
PiperOrigin-RevId: 465623255
This commit is contained in:
committed by
Copybara-Service
parent
377dc47c9f
commit
4bf31d18da
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "internal/platform/byte_array.h"
|
||||
#include "src/include/openssl/digest.h"
|
||||
#include <openssl/digest.h>
|
||||
|
||||
namespace location {
|
||||
namespace nearby {
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "internal/platform/byte_array.h"
|
||||
#if defined NEARBY_WINDOWS_DLL
|
||||
#include "third_party/openssl/boringssl/src/include/openssl/digest.h"
|
||||
#include <openssl/boringssl/src/include/openssl/digest.h>
|
||||
#else
|
||||
#include "src/include/openssl/digest.h"
|
||||
#include <openssl/digest.h>
|
||||
#endif
|
||||
|
||||
// Function implementations for platform/api/crypto.h.
|
||||
|
||||
Reference in New Issue
Block a user