diff options
| author | Bruce Momjian | 2001-09-30 22:18:29 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2001-09-30 22:18:29 +0000 |
| commit | 958808426372a0bb0f5aa0ed8d455c753e6b338a (patch) | |
| tree | 76e2928a5e6e5a1261f3aa6bc157a55e925bf372 /contrib/pgcrypto/API | |
| parent | c6f94644a0ea716375c1e90cbaa2424588a1a6c7 (diff) | |
* regression tests
* minor doc updates
Marko Kreen
Diffstat (limited to 'contrib/pgcrypto/API')
| -rw-r--r-- | contrib/pgcrypto/API | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/API b/contrib/pgcrypto/API index 8127f70393..6664caf8c1 100644 --- a/contrib/pgcrypto/API +++ b/contrib/pgcrypto/API @@ -22,7 +22,7 @@ unsigned px_gen_salt(const char *salt_type, char *dst, int rounds); Random ====== -int px_rand_get_bytes(uint8 *dst, int num) +int px_get_random_bytes(uint8 *dst, int num) Crypto "objects" |
