diff options
author | Bruce Momjian | 2006-03-11 04:38:42 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-03-11 04:38:42 +0000 |
commit | f3d99d160d1f6104dc7b1b44e66aa4c713e52680 (patch) | |
tree | 2cbd8fd961414b548e8b6d506a3cd286d66b8f0e /contrib/pgcrypto/crypt-gensalt.c | |
parent | 7992d0fbcaa5fa185f465e434836d63c1da94ba9 (diff) |
Add CVS tag lines to files that were lacking them.
Diffstat (limited to 'contrib/pgcrypto/crypt-gensalt.c')
-rw-r--r-- | contrib/pgcrypto/crypt-gensalt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/pgcrypto/crypt-gensalt.c b/contrib/pgcrypto/crypt-gensalt.c index 01775ee7b75..c7d85110618 100644 --- a/contrib/pgcrypto/crypt-gensalt.c +++ b/contrib/pgcrypto/crypt-gensalt.c @@ -2,6 +2,8 @@ * Written by Solar Designer and placed in the public domain. * See crypt_blowfish.c for more information. * + * $PostgreSQL: pgsql/contrib/pgcrypto/crypt-gensalt.c,v 1.8 2006/03/11 04:38:30 momjian Exp $ + * * This file contains salt generation functions for the traditional and * other common crypt(3) algorithms, except for bcrypt which is defined * entirely in crypt_blowfish.c. |