diff options
Diffstat (limited to 'librecrypt_realise_salts.c')
| -rw-r--r-- | librecrypt_realise_salts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt_realise_salts.c b/librecrypt_realise_salts.c index 58ba6d3..3fcce88 100644 --- a/librecrypt_realise_salts.c +++ b/librecrypt_realise_salts.c @@ -126,7 +126,7 @@ librecrypt_realise_salts(char *restrict out_buffer, size_t size, const char *set /* Write padding charaters */ right = right < size ? right : size; for (i = 0u; i < right; i++) - out_buffer[right] = pad; + out_buffer[right] = pad; /* $covered$ (TODO we currently don't have an algorithm to trigger this) */ out_buffer = &out_buffer[right]; size -= right; } |
