diff options
Diffstat (limited to 'src/include/libpq/crypt.h')
-rw-r--r-- | src/include/libpq/crypt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/libpq/crypt.h b/src/include/libpq/crypt.h index 76dabc89bd4..6a7b06ce120 100644 --- a/src/include/libpq/crypt.h +++ b/src/include/libpq/crypt.h @@ -6,8 +6,8 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: crypt.h,v 1.17 2001/11/02 18:39:57 tgl Exp $ - * + * $Id: crypt.h,v 1.18 2001/11/05 17:46:33 momjian Exp $ + * *------------------------------------------------------------------------- */ #ifndef PG_CRYPT_H @@ -26,8 +26,8 @@ extern char *crypt_getpwdfilename(void); extern void load_password_cache(void); -extern int md5_crypt_verify(const Port *port, const char *user, - const char *pgpass); +extern int md5_crypt_verify(const Port *port, const char *user, + const char *pgpass); extern bool md5_hash(const void *buff, size_t len, char *hexsum); extern bool CheckMD5Pwd(char *passwd, char *storedpwd, char *seed); extern bool EncryptMD5(const char *passwd, const char *salt, |