Skip to content

Fix crypt_r definition#234

Merged
tenderlove merged 1 commit intobcrypt-ruby:masterfrom
michelboaventura:fix_crypt_r
Sep 2, 2020
Merged

Fix crypt_r definition#234
tenderlove merged 1 commit intobcrypt-ruby:masterfrom
michelboaventura:fix_crypt_r

Conversation

@michelboaventura
Copy link
Copy Markdown
Contributor

Its last argument should be of type struct crypt_data *, not void * according to https://linux.die.net/man/3/crypt_r

This fixes #233 and seems to be a better approach than #232.

Its last argument should be of type `struct crypt_data *`, not `void *`
according to https://linux.die.net/man/3/crypt_r
@tenderlove tenderlove merged commit 32469cc into bcrypt-ruby:master Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bcrypt 3.1.15 failing on FreeBSD 12

2 participants