diff options
author | Magnus Hagander | 2010-04-02 15:21:20 +0000 |
---|---|---|
committer | Magnus Hagander | 2010-04-02 15:21:20 +0000 |
commit | 4c1062330630af820f5bc4a72641b3390929e525 (patch) | |
tree | 074062a0082be338ddaceca9433e7e537a747637 /contrib/pgcrypto/imath.c | |
parent | 337b2175729b89a411f2453caa93acfc601ca45c (diff) |
Update a number of broken links in comments.
Josh Kupershmidt
Diffstat (limited to 'contrib/pgcrypto/imath.c')
-rw-r--r-- | contrib/pgcrypto/imath.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgcrypto/imath.c b/contrib/pgcrypto/imath.c index 35dc652d43c..51f1f00e30e 100644 --- a/contrib/pgcrypto/imath.c +++ b/contrib/pgcrypto/imath.c @@ -2,7 +2,7 @@ /* Name: imath.c Purpose: Arbitrary precision integer arithmetic routines. - Author: M. J. Fromberger <http://www.dartmouth.edu/~sting/> + Author: M. J. Fromberger <http://spinning-yarns.org/michael/sw/> Info: Id: imath.c 21 2006-04-02 18:58:36Z sting Copyright (C) 2002 Michael J. Fromberger, All Rights Reserved. @@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $PostgreSQL: pgsql/contrib/pgcrypto/imath.c,v 1.8 2009/06/11 14:48:52 momjian Exp $ */ +/* $PostgreSQL: pgsql/contrib/pgcrypto/imath.c,v 1.9 2010/04/02 15:21:20 mha Exp $ */ #include "postgres.h" #include "px.h" |