Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / include / libpq / crypt.h
blob63cf31501c6f4f4dfce69936148da9f6d73679a0
1 /*-------------------------------------------------------------------------
3 * crypt.h
4 * Interface to libpq/crypt.c
6 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
9 * $PostgreSQL$
11 *-------------------------------------------------------------------------
13 #ifndef PG_CRYPT_H
14 #define PG_CRYPT_H
16 #include "libpq/libpq-be.h"
18 extern int md5_crypt_verify(const Port *port, const char *user,
19 char *client_pass);
21 #endif