Prevent crash

pull/184/head
M66B 5 years ago
parent 1d99df3f6f
commit 9261e0802b

@ -338,6 +338,7 @@ public class MessageHelper {
// Build message
ContentType ct = new ContentType("multipart/signed");
if (micalg != null)
ct.setParameter("micalg", micalg);
ct.setParameter("protocol", "application/pgp-signature");
String ctx = ct.toString();

Loading…
Cancel
Save