|
@@ -281,11 +281,9 @@ int decrypt_client_data_through_decryptor( unsigned char* ip_base64_client_publi
|
|
|
printf("\n");
|
|
|
|
|
|
|
|
|
-
|
|
|
+ internal_return_status = aes_gcm_wrapper(0, ciphertext_from_decryptor, ciphertext_from_decryptor_length,
|
|
|
op_plaintext, op_plaintext_length
|
|
|
);
|
|
|
-*/
|
|
|
- internal_return_status = 0x34;
|
|
|
free(ciphertext_from_decryptor);
|
|
|
return internal_return_status;
|
|
|
|