Skip to content

Commit

Permalink
Release v3.3.2 (20210620)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hunt committed Jun 21, 2021
1 parent 25b7e9d commit 2dc8384
Show file tree
Hide file tree
Showing 127 changed files with 9,623 additions and 437 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 2.6.4)
project (cryptoauthlib C)

# Set the current release version
set(VERSION "3.3.1")
set(VERSION "3.3.2")
set(VERSION_MAJOR 3)
set(VERSION_MINOR 3)
set(VERSION_PATCH 1)
set(VERSION_PATCH 2)

# Build Options
option(BUILD_TESTS "Create Test Application with library" OFF)
Expand Down
2 changes: 1 addition & 1 deletion app/ip_protection/symmetric_authentication.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ ATCA_STATUS symmetric_authenticate(uint8_t slot, const uint8_t *master_key, cons
while (0);

return status;
}
}
2 changes: 1 addition & 1 deletion app/ip_protection/symmetric_authentication.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ ATCA_STATUS symmetric_authenticate(uint8_t slot, const uint8_t *master_key, cons
#endif


#endif /* SYMMETRIC_AUTHENTICATION_H_ */
#endif /* SYMMETRIC_AUTHENTICATION_H_ */
Loading

0 comments on commit 2dc8384

Please sign in to comment.