summaryrefslogtreecommitdiff
path: root/email-core/include/email-core-smime.h
diff options
context:
space:
mode:
authorRandeep Singh <randeep.s@samsung.com>2019-09-27 05:21:51 +0000
committerRandeep Singh <randeep.s@samsung.com>2019-09-27 05:21:51 +0000
commit17300a008de6945b675bee77f21f005124a76d00 (patch)
treeab130f29d0143a0cec66e6616fbd76966e8a7b32 /email-core/include/email-core-smime.h
parent3026248cf34aad012eb486f287adcd33d4d3578f (diff)
downloademail-service-17300a008de6945b675bee77f21f005124a76d00.tar.gz
email-service-17300a008de6945b675bee77f21f005124a76d00.tar.bz2
email-service-17300a008de6945b675bee77f21f005124a76d00.zip
This reverts commit 3026248cf34aad012eb486f287adcd33d4d3578f. Change-Id: Id66fac61bc5739411968c8953bf76d5df7de5e6c
Diffstat (limited to 'email-core/include/email-core-smime.h')
-rwxr-xr-xemail-core/include/email-core-smime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/email-core/include/email-core-smime.h b/email-core/include/email-core-smime.h
index 1af0872..5aa3587 100755
--- a/email-core/include/email-core-smime.h
+++ b/email-core/include/email-core-smime.h
@@ -47,4 +47,7 @@ INTERNAL_FUNC int emcore_smime_get_decrypt_message(char *encrypt_message, char *
INTERNAL_FUNC int emcore_convert_mail_data_to_smime_data(char *multi_user_name, emstorage_account_tbl_t *account_tbl_item, email_mail_data_t *input_mail_data, email_attachment_data_t *input_attachment_data_list, int input_attachment_count, email_mail_data_t **output_mail_data, email_attachment_data_t **output_attachment_data_list, int *output_attachment_count);
+INTERNAL_FUNC void emcore_init_openssl_library();
+INTERNAL_FUNC void emcore_clean_openssl_library();
+
#endif /* EM_CORE_SMIME_H_ */