Update version number in reference OEMCrypto
This commit is contained in:
@@ -50,7 +50,7 @@ typedef enum SessionType {
|
|||||||
class CryptoEngine {
|
class CryptoEngine {
|
||||||
public:
|
public:
|
||||||
static const uint32_t kApiVersion = 16;
|
static const uint32_t kApiVersion = 16;
|
||||||
static const uint32_t kMinorApiVersion = 3;
|
static const uint32_t kMinorApiVersion = 4;
|
||||||
static const int64_t kTimeInfoUpdateWindowInSeconds = 300;
|
static const int64_t kTimeInfoUpdateWindowInSeconds = 300;
|
||||||
|
|
||||||
// This is like a factory method, except we choose which version to use at
|
// This is like a factory method, except we choose which version to use at
|
||||||
|
|||||||
Reference in New Issue
Block a user