From f1d0c6f27622bca13e78760e86c77e2bd32b714c Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine Date: Sat, 26 Aug 2017 15:53:16 +0200 Subject: [PATCH] Remove Secure Messaging flag --- src/fr/anssi/smartpgp/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/anssi/smartpgp/Constants.java b/src/fr/anssi/smartpgp/Constants.java index 8e44785..9ef1553 100644 --- a/src/fr/anssi/smartpgp/Constants.java +++ b/src/fr/anssi/smartpgp/Constants.java @@ -177,7 +177,7 @@ public final class Constants { }; protected static final byte[] EXTENDED_CAPABILITIES = { - (byte)(0x80 | /* support secure messaging */ + (byte)(0x00 | /* support secure messaging */ 0x40 | /* support get challenge */ 0x20 | /* support key import */ 0x10 | /* support pw status changes */