Skip to content

FreeBSD: String#crypt fails to load native impl #9432

@headius

Description

@headius

Something's not working right with the load of the native crypt library on FreeBSD. The following specs fail as a result.

String#crypt returns a cryptographic hash of self by applying the UNIX crypt algorithm with the specified salt
String#crypt calls #to_str to converts the salt arg to a String
String#crypt doesn't return subclass instances

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions