mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Final cleanup.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
* Dec 17, 1997 - Todd A. Brandys
|
||||
* Orignal Version Completed.
|
||||
*
|
||||
* $Id: crypt.c,v 1.21 1999/07/15 22:39:14 momjian Exp $
|
||||
* $Id: crypt.c,v 1.22 1999/07/16 04:59:00 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -20,12 +20,13 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "postgres.h"
|
||||
#include "miscadmin.h"
|
||||
#include "utils/nabstime.h"
|
||||
#include "storage/fd.h"
|
||||
#include "libpq/crypt.h"
|
||||
#include "miscadmin.h"
|
||||
#include "storage/fd.h"
|
||||
#include "utils/nabstime.h"
|
||||
|
||||
#ifdef HAVE_CRYPT_H
|
||||
#include "crypt.h"
|
||||
#endif
|
||||
|
||||
char **pwd_cache = NULL;
|
||||
|
Reference in New Issue
Block a user