X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=openpgp.h;h=768a6f251171fdd172dc35924f38cbd5df8d9ad9;hb=76f079e5ebdb34acaaa2462a8d915ee06d3c8425;hp=84a1b9246f60ef01e9fdfdc6d52fb23e65bd775d;hpb=ced2e52d6466e53a9e7d1cc1d1b606e902ba592b;p=onak.git diff --git a/openpgp.h b/openpgp.h index 84a1b92..768a6f2 100644 --- a/openpgp.h +++ b/openpgp.h @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __OPENPGP_H__ @@ -102,7 +101,7 @@ #define OPENPGP_SIGSUB_ISSUER 16 #define OPENPGP_SIGSUB_ISSUER_UID 17 /* Legacy */ #define OPENPGP_SIGSUB_URL 18 /* Legacy */ -#define OPENPGP_SIGSUB_ISSUER_FINGER 19 /* Legacy */ +#define OPENPGP_SIGSUB_X_ISSUER_FINGER 19 /* Legacy */ #define OPENPGP_SIGSUB_NOTATION 20 #define OPENPGP_SIGSUB_PREFHASH 21 #define OPENPGP_SIGSUB_PREFCOMPRESS 22 @@ -116,5 +115,6 @@ #define OPENPGP_SIGSUB_FEATURES 30 #define OPENPGP_SIGSUB_SIGNATURE_TARGET 31 #define OPENPGP_SIGSUB_EMBEDDED_SIG 32 +#define OPENPGP_SIGSUB_ISSUER_FINGER 33 #endif /* __OPENPGP_H__ */