diff options
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -210,7 +210,7 @@ int snac_init(const char *basedir) | |||
| 210 | } | 210 | } |
| 211 | 211 | ||
| 212 | 212 | ||
| 213 | void new_password(const char *uid, d_char **clear_pwd, d_char **hashed_pwd) | 213 | void new_password(const char *uid, xs_str **clear_pwd, xs_str **hashed_pwd) |
| 214 | /* creates a random password */ | 214 | /* creates a random password */ |
| 215 | { | 215 | { |
| 216 | int rndbuf[3]; | 216 | int rndbuf[3]; |