Skip to content

Commit

Permalink
[#344] test
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Nov 25, 2024
1 parent a1810ff commit 353bddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/crypto_aos.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ int32_t Crypto_AOS_ApplySecurity(uint8_t *pTfBuffer)
Crypto_saPrint(sa_ptr);
#endif

// Determine SA Service Type
// Determine SA Service Type
if ((sa_ptr->est == 0) && (sa_ptr->ast == 0))
{
sa_service_type = SA_PLAINTEXT;
Expand Down

0 comments on commit 353bddd

Please sign in to comment.