From 353bddddabd6853154935bd34cf7bb959433795a Mon Sep 17 00:00:00 2001 From: Donnie-Ice Date: Mon, 25 Nov 2024 13:08:48 -0500 Subject: [PATCH] [nasa/cryptolib#344] test --- src/core/crypto_aos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/crypto_aos.c b/src/core/crypto_aos.c index 26247d31..bc2c38b9 100644 --- a/src/core/crypto_aos.c +++ b/src/core/crypto_aos.c @@ -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;