X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=openpgp.h;h=73a6f38ed67cab28449f7649643b926302d86ec0;hb=490c02ce72b7fa7cedecf7acaae46713fff507da;hp=7196e953b43ec0ed29fcea5ded45968dc60e4bd7;hpb=df44563877c4ae07ac62a65c9dee79250a3a779a;p=onak.git diff --git a/openpgp.h b/openpgp.h index 7196e95..73a6f38 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__ @@ -29,6 +28,7 @@ #define OPENPGP_PKALGO_ECDSA 19 #define OPENPGP_PKALGO_ELGAMAL_SIGN 20 #define OPENPGP_PKALGO_DH 21 +#define OPENPGP_PKALGO_EDDSA 22 #define OPENPGP_SYMALGO_PLAIN 0 #define OPENPGP_SYMALGO_IDEA 1