summaryrefslogtreecommitdiff
path: root/pgp.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2003-05-13 10:06:02 +0200
committerNiels Möller <nisse@lysator.liu.se>2003-05-13 10:06:02 +0200
commit3924ef1c14f91287c5371633c704fa2062a22f5a (patch)
tree23c51dbf95b4761e9a30eeaa7aea3f6606df16e6 /pgp.h
parent50659d5fc308417d80fd4f2eb992d6ceefa7edb4 (diff)
downloadnettle-3924ef1c14f91287c5371633c704fa2062a22f5a.tar.gz
Do proper namemangling for pgp_put_public_rsa_key and
pgp_put_rsa_sha1_signature. Rev: src/nettle/ChangeLog:1.198 Rev: src/nettle/pgp.h:1.4
Diffstat (limited to 'pgp.h')
-rw-r--r--pgp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pgp.h b/pgp.h
index 374db53e..eff888f7 100644
--- a/pgp.h
+++ b/pgp.h
@@ -39,6 +39,8 @@
#define pgp_sub_packet_start nettle_pgp_sub_packet_start
#define pgp_put_sub_packet nettle_pgp_put_sub_packet
#define pgp_sub_packet_end nettle_pgp_sub_packet_end
+#define pgp_put_public_rsa_key nettle_pgp_put_public_rsa_key
+#define pgp_put_rsa_sha1_signature nettle_pgp_put_rsa_sha1_signature
#define pgp_put_userid nettle_pgp_put_userid
#define pgp_crc24 nettle_pgp_crc24
#define pgp_armor nettle_pgp_armor