From 3924ef1c14f91287c5371633c704fa2062a22f5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 13 May 2003 10:06:02 +0200
Subject: [PATCH] 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
---
 ChangeLog | 3 +++
 pgp.h     | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 70386eab..7521f77c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-05-13  Niels Möller  <nisse@cuckoo.hack.org>
 
+	* pgp.h: Do proper namemangling for pgp_put_public_rsa_key and
+	pgp_put_rsa_sha1_signature. 
+
 	* pgp-encode.c (pgp_put_mpi): Fixed nettle_mpz_get_str_256 call.
 
 2003-05-12  Niels Möller  <nisse@cuckoo.hack.org>
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
-- 
GitLab