Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib Get rid of multiple ...



details:   https://anonhg.NetBSD.org/src/rev/4add659ad071
branches:  trunk
changeset: 747888:4add659ad071
user:      agc <agc%NetBSD.org@localhost>
date:      Sun Oct 04 21:57:09 2009 +0000

description:
Get rid of multiple prototypes - pointed out by Poul-Henning Kamp and
FlexeLint (many thanks!)

diffstat:

 crypto/external/bsd/netpgp/dist/src/lib/signature.h |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 63effd1652de -r 4add659ad071 crypto/external/bsd/netpgp/dist/src/lib/signature.h
--- a/crypto/external/bsd/netpgp/dist/src/lib/signature.h       Sun Oct 04 21:55:55 2009 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/lib/signature.h       Sun Oct 04 21:57:09 2009 +0000
@@ -144,9 +144,6 @@
 
 #define CRC24_INIT 0xb704ceL
 
-unsigned __ops_writer_push_clearsigned(__ops_output_t *,
-                                       __ops_create_sig_t *);
-void __ops_writer_push_armor_msg(__ops_output_t *);
 unsigned __ops_writer_use_armored_sig(__ops_output_t *);
 
 void __ops_writer_push_armoured(__ops_output_t *, __ops_armor_type_t);



Home | Main Index | Thread Index | Old Index