diff options
Diffstat (limited to 'src/include/common/md5.h')
| -rw-r--r-- | src/include/common/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/common/md5.h b/src/include/common/md5.h index 80b7475f40..aa7cd3f27b 100644 --- a/src/include/common/md5.h +++ b/src/include/common/md5.h @@ -22,6 +22,6 @@ 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, - size_t salt_len, char *buf); + size_t salt_len, char *buf); #endif |
