From 7de2b42d50e3c05cc143e7b51284009b5e185581 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 10 Aug 2010 23:06:28 +0100 Subject: 20100810-2306 --- libkeyring/keys.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'libkeyring/keys.h') diff --git a/libkeyring/keys.h b/libkeyring/keys.h index ff1eb149..4071ca02 100644 --- a/libkeyring/keys.h +++ b/libkeyring/keys.h @@ -1,4 +1,3 @@ -typedef struct IPint IPint; typedef struct SigAlg SigAlg; typedef struct SigAlgVec SigAlgVec; typedef struct SK SK; @@ -16,13 +15,6 @@ enum MaxBigBytes = 1024 }; -/* infininite precision integer */ -struct IPint -{ - Keyring_IPint x; - mpint* b; -}; - /* generic certificate */ struct Certificate { @@ -115,4 +107,5 @@ struct SigAlg int bigtobase64(mpint* b, char *buf, int blen); mpint* base64tobig(char *str, char **strp); SigAlgVec* findsigalg(char*); -Keyring_IPint* newIPint(mpint*); +//Keyring_IPint* newIPint(mpint*); +void* newIPint(mpint*); -- cgit v1.2.3