|
1 | 1 | /*
|
2 |
| - * ---------------------------------------------------------------------------- |
3 |
| - * "THE BEER-WARE LICENSE" (Revision 42): |
4 |
| - * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you |
5 |
| - * can do whatever you want with this stuff. If we meet some day, and you think |
6 |
| - * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp |
7 |
| - * ---------------------------------------------------------------------------- |
| 2 | + * File imported from FreeBSD, original by Poul-Henning Kamp. |
8 | 3 | *
|
9 | 4 | * $FreeBSD: src/lib/libcrypt/crypt-md5.c,v 1.5 1999/12/17 20:21:45 peter Exp $
|
10 | 5 | *
|
11 |
| - * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.8 2006/10/04 00:29:46 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-md5.c,v 1.9 2009/04/15 18:58:24 mha Exp $ |
12 | 7 | */
|
13 | 8 |
|
14 | 9 | #include"postgres.h"
|
|