Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/libpq/crypt.c')
-rw-r--r--src/backend/libpq/crypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/crypt.c b/src/backend/libpq/crypt.c
index fb87280299f..d3326eb2e65 100644
--- a/src/backend/libpq/crypt.c
+++ b/src/backend/libpq/crypt.c
@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
- * crypt.c--
+ * crypt.c
* Look into pg_shadow and check the encrypted password with
* the one passed in from the frontend.
*
@@ -9,7 +9,7 @@
* Dec 17, 1997 - Todd A. Brandys
* Orignal Version Completed.
*
- * $Id: crypt.c,v 1.14 1999/01/17 06:18:25 momjian Exp $
+ * $Id: crypt.c,v 1.15 1999/02/13 23:15:42 momjian Exp $
*
*-------------------------------------------------------------------------
*/