diff options
| author | Werner Koch <[email protected]> | 1999-10-26 12:14:37 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1999-10-26 12:14:37 +0000 |
| commit | cf70ca8d68eb836b952f2c234f064b1afc205962 (patch) | |
| tree | aa33afbc79efd1f8538e5286b13d900321a8f14b /include/mpi.h | |
| parent | Changed the way it works - now needs an extra program to to most tasks. (diff) | |
| download | gnupg-cf70ca8d68eb836b952f2c234f064b1afc205962.tar.gz gnupg-cf70ca8d68eb836b952f2c234f064b1afc205962.zip | |
See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch
Diffstat (limited to 'include/mpi.h')
| -rw-r--r-- | include/mpi.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/mpi.h b/include/mpi.h index 2293af8fd..dca6426da 100644 --- a/include/mpi.h +++ b/include/mpi.h @@ -54,7 +54,10 @@ struct gcry_mpi { mpi_limb_t *d; /* array with the limbs */ }; -typedef struct gcry_mpi *MPI; +#ifndef DID_MPI_TYPEDEF + typedef struct gcry_mpi *MPI; + #define DID_MPI_TYPEDEF +#endif #define MPI_NULL NULL |
