Module Name: src
Committed By: agc
Date: Sun Oct 4 21:57:09 UTC 2009
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: signature.h
Log Message:
Get rid of multiple prototypes - pointed out by Poul-Henning Kamp and
FlexeLint (many thanks!)
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
src/crypto/external/bsd/netpgp/dist/src/lib/signature.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/netpgp/dist/src/lib/signature.h
diff -u src/crypto/external/bsd/netpgp/dist/src/lib/signature.h:1.12 src/crypto/external/bsd/netpgp/dist/src/lib/signature.h:1.13
--- src/crypto/external/bsd/netpgp/dist/src/lib/signature.h:1.12 Tue Jun 9 00:51:02 2009
+++ src/crypto/external/bsd/netpgp/dist/src/lib/signature.h Sun Oct 4 21:57:09 2009
@@ -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);