]> AND Private Git Repository - Cipher_code.git/blobdiff - OneRoundIoT/openssl/openssl_evp_gcm.c
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
aze
[Cipher_code.git] / OneRoundIoT / openssl / openssl_evp_gcm.c
index 889d9f5b10814b61ccb00bc98140b44b18c60f01..b49a51c24c68f34db1caf1e3481731747acd5d5b 100644 (file)
@@ -149,7 +149,7 @@ int decryptgcm(unsigned char *ciphertext, int ciphertext_len, unsigned char *aad
           * anything else is a failure - the plaintext is not trustworthy.
           */
          ret = EVP_DecryptFinal_ex(ctx, plaintext + len, &len);
           * anything else is a failure - the plaintext is not trustworthy.
           */
          ret = EVP_DecryptFinal_ex(ctx, plaintext + len, &len);
-CPU    }
+       }
 
          
        /* Clean up */
 
          
        /* Clean up */