Source release v3.5.0
This commit is contained in:
21
test/auth/test_service_cert.h
Normal file
21
test/auth/test_service_cert.h
Normal file
@@ -0,0 +1,21 @@
|
||||
// Copyright 2017 Google Inc. All Rights Reserved.
|
||||
|
||||
// Service certificates.
|
||||
|
||||
#ifndef TEST_AUTH_SERVICE_CERT_H_
|
||||
#define TEST_AUTH_SERVICE_CERT_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace wvcdm_test_auth {
|
||||
|
||||
extern const uint8_t* kServiceCert_Uat;
|
||||
extern const uint8_t* kServiceCert_Staging;
|
||||
|
||||
extern const size_t kServiceCertSize_Uat;
|
||||
extern const size_t kServiceCertSize_Staging;
|
||||
|
||||
} // namespace wvcdm_test_auth
|
||||
|
||||
#endif // TEST_AUTH_SERVICE_CERT_H_
|
||||
Reference in New Issue
Block a user