OEMCrypto v17.1

The previous commit had a v17.2 change in it that is not needed
for v17.1
This commit is contained in:
Fred Gylys-Colwell
2022-06-27 07:16:03 -07:00
parent 1ec4f64360
commit 5232c51e33
2 changed files with 1 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ extern "C" {
#define ODK_MINOR_VERSION 1
/* ODK Version string. Date changed automatically on each release. */
#define ODK_RELEASE_DATE "ODK v17.1 2022-06-21"
#define ODK_RELEASE_DATE "ODK v17.1 2022-06-17"
/* The lowest version number for an ODK message. */
#define ODK_FIRST_VERSION 16

View File

@@ -466,9 +466,6 @@ OEMCryptoResult ODK_ParseProvisioning(
if (err != OEMCrypto_SUCCESS) {
return err;
}
if (parsed_response->key_type != 0 && parsed_response->key_type != 1) {
return ODK_ERROR_CORE_MESSAGE;
}
ODK_ProvisioningResponse provisioning_response = {0};
provisioning_response.parsed_provisioning = parsed_response;