diff options
author | Neil Conway | 2006-07-19 17:05:50 +0000 |
---|---|---|
committer | Neil Conway | 2006-07-19 17:05:50 +0000 |
commit | c28fbd45890469f1e7073ca19f42cbdd308a99be (patch) | |
tree | 3d8b9db041c51e0957702652b2f06336f795b650 /contrib/pgcrypto/imath.h | |
parent | 60cfe25e68db3eca3e71723803fb661db51afdb5 (diff) |
pgcrypto merge cleanup:
- Few README fixes
- Keep imath Id string, put $PostgreSQL$ separately.
Patch from Marko Kreen.
Diffstat (limited to 'contrib/pgcrypto/imath.h')
-rw-r--r-- | contrib/pgcrypto/imath.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/pgcrypto/imath.h b/contrib/pgcrypto/imath.h index 3cd23b67687..67adb3bf452 100644 --- a/contrib/pgcrypto/imath.h +++ b/contrib/pgcrypto/imath.h @@ -2,7 +2,7 @@ Name: imath.h Purpose: Arbitrary precision integer arithmetic routines. Author: M. J. Fromberger <http://www.dartmouth.edu/~sting/> - Info: $PostgreSQL: pgsql/contrib/pgcrypto/imath.h,v 1.3 2006/07/16 02:44:01 tgl Exp $ + Info: Id: imath.h 21 2006-04-02 18:58:36Z sting Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved. @@ -26,6 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +/* $PostgreSQL: pgsql/contrib/pgcrypto/imath.h,v 1.4 2006/07/19 17:05:50 neilc Exp $ */ #ifndef IMATH_H_ #define IMATH_H_ |