diff options
Diffstat (limited to 'libkeyring/keys.h')
| -rw-r--r-- | libkeyring/keys.h | 11 |
1 files changed, 2 insertions, 9 deletions
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*); |
