Update version number in reference OEMCrypto

This commit is contained in:
Fred Gylys-Colwell
2021-08-04 20:21:22 +00:00
parent 7caea8d5c9
commit b4b0da045a

View File

@@ -50,7 +50,7 @@ typedef enum SessionType {
class CryptoEngine {
public:
static const uint32_t kApiVersion = 16;
static const uint32_t kMinorApiVersion = 3;
static const uint32_t kMinorApiVersion = 4;
static const int64_t kTimeInfoUpdateWindowInSeconds = 300;
// This is like a factory method, except we choose which version to use at