From 7f236b05488b949faf78ef8a59199bf7b5e259a8 Mon Sep 17 00:00:00 2001 From: Hussein Kasem Date: Tue, 2 Jan 2018 18:09:13 +0100 Subject: [PATCH] JNI-58 Expose enc_format parameter on encrypt_message instead of force PEP_enc_PEP --- src/pEp.yml2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pEp.yml2 b/src/pEp.yml2 index 3fc0c5d..74ca7dd 100644 --- a/src/pEp.yml2 +++ b/src/pEp.yml2 @@ -141,7 +141,7 @@ namespace pEp { in message src, in stringlist extra, creates message dst, - Cconst PEP_enc_format encformat "PEP_enc_PEP", + in EncFormat enc_format, Cconst PEP_encrypt_flags flags "0" );