diff options
Diffstat (limited to 'contrib/pgcrypto/imath.c')
-rw-r--r-- | contrib/pgcrypto/imath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pgcrypto/imath.c b/contrib/pgcrypto/imath.c index fa1d0bc049b..431eb6c444a 100644 --- a/contrib/pgcrypto/imath.c +++ b/contrib/pgcrypto/imath.c @@ -16,6 +16,7 @@ * - #undef MIN, #undef MAX before defining them * - remove includes covered by c.h * - rename DEBUG to IMATH_DEBUG + * - replace stdint.h usage with c.h equivalents * * 2. Download a newer imath.c and imath.h. Transform them like in step 1. * Apply to these files the diff you saved in step 1. Look for new lines |