Loading
opensc: fix ill-defined escape sequence in version regex
Nix warns about \. being an ill-defined escape. Use \\. to properly escape the backslash so the regex still matches a literal dot.
Nix warns about \. being an ill-defined escape. Use \\. to properly escape the backslash so the regex still matches a literal dot.