summaryrefslogtreecommitdiffhomepage
path: root/bignum.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-12-20 14:24:57 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-12-20 14:24:57 +0000
commit34445aa81960742691ef269b18c8db272b8449cc (patch)
tree0224a9d7257f7e4d30baaf7aa32efb1d9a7498fd /bignum.h
parent42c691a051af521efa3cd74045eed7db33a38ca2 (diff)
Cleaning out various dead wood found with -dead_strip
bignum.c: mptobytes now resides in dss.c loginrec.c: remove lastlog code since it isn't used. dbutil.c: removed obselete usingsyslog variable channel.h: client channel type only defined for client compile common-algo.c: s/rijndael/aes/ --HG-- extra : convert_revision : 411ea4e70506ecb0202376f94bcf2d330603d042
Diffstat (limited to 'bignum.h')
-rw-r--r--bignum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bignum.h b/bignum.h
index 27f5e77..2a807af 100644
--- a/bignum.h
+++ b/bignum.h
@@ -29,7 +29,6 @@
void m_mp_init(mp_int *mp);
void m_mp_init_multi(mp_int *mp, ...);
-unsigned char* mptobytes(mp_int *mp, int *len);
void bytestomp(mp_int *mp, unsigned char* bytes, unsigned int len);
void sha1_process_mp(hash_state *hs, mp_int *mp);