diff options
| author | 2018-01-04 13:49:45 +0100 | |
|---|---|---|
| committer | 2018-01-04 13:49:45 +0100 | |
| commit | 33ce2045b81fa434fa478a55282cf8406f0b462f (patch) | |
| tree | cc2eb07409dbc54153841e9cb0ce03a45562fb01 | |
| parent | f9a608058d0c4092f318065a41a6399cd5be13ae (diff) | |
| download | tweetpipe-33ce2045b81fa434fa478a55282cf8406f0b462f.tar.gz | |
Update libhydrogen0.4
| m--------- | ext/libhydrogen | 0 | ||||
| -rw-r--r-- | src/encpipe.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/libhydrogen b/ext/libhydrogen -Subproject 941ff0fbb91a2e681e606d973be6e815d3d0d99 +Subproject 59eb41b6cdd80731af8a2ad37878fda2ec5250f diff --git a/src/encpipe.c b/src/encpipe.c index 032d1d6..e0f206d 100644 --- a/src/encpipe.c +++ b/src/encpipe.c @@ -170,7 +170,7 @@ passgen(void) unsigned char password[32]; char hex[32 * 2 + 1]; - randombytes_buf(password, sizeof password); + hydro_random_buf(password, sizeof password); hydro_bin2hex(hex, sizeof hex, password, sizeof password); puts(hex); hydro_memzero(password, sizeof password); |