aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/md5.h')
-rw-r--r--src/include/common/md5.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/common/md5.h b/src/include/common/md5.h
index 58dc8443907..ccaaeddbf4e 100644
--- a/src/include/common/md5.h
+++ b/src/include/common/md5.h
@@ -18,10 +18,6 @@
#define MD5_PASSWD_LEN 35
-#define isMD5(passwd) (strncmp(passwd, "md5", 3) == 0 && \
- strlen(passwd) == MD5_PASSWD_LEN)
-
-
extern bool pg_md5_hash(const void *buff, size_t len, char *hexsum);
extern bool pg_md5_binary(const void *buff, size_t len, void *outbuf);
extern bool pg_md5_encrypt(const char *passwd, const char *salt,