diff options
| author | 2023-08-31 07:00:15 +0200 | |
|---|---|---|
| committer | 2023-08-31 07:00:15 +0200 | |
| commit | dfeb4668a742c52e8514ad39c5cae970fd025a14 (patch) | |
| tree | 1db45720b54ea5449ba09e3a29bbb094b80bb0e3 /utils.c | |
| parent | Backport from xs. (diff) | |
| download | snac2-dfeb4668a742c52e8514ad39c5cae970fd025a14.tar.gz snac2-dfeb4668a742c52e8514ad39c5cae970fd025a14.tar.xz snac2-dfeb4668a742c52e8514ad39c5cae970fd025a14.zip | |
Got rid of old d_char.
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]; |