aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-21 17:38:42 -0800
committerZachary Scott <e@zzak.io>2014-11-21 17:38:42 -0800
commit0ab87a38abe23a3d0bb9d55ebbcd91e99737a4d8 (patch)
tree5db9a4334521515be42cc2e2a409f8420d8e6dcc /lib
parent7656c3023699eed23977280b8a3a444c5448dc5f (diff)
downloadruby-openssl-0ab87a38abe23a3d0bb9d55ebbcd91e99737a4d8.tar.gz
Sync with ruby trunk
Commit ruby/ruby@c1bad6040865d08a8f391b7e2beca6a6b66355e7
Diffstat (limited to 'lib')
-rw-r--r--lib/openssl/x509.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/openssl/x509.rb b/lib/openssl/x509.rb
index 10a08894..38b65c71 100644
--- a/lib/openssl/x509.rb
+++ b/lib/openssl/x509.rb
@@ -70,7 +70,7 @@ module OpenSSL
HexPair = /#{HexChar}#{HexChar}/
HexString = /#{HexPair}+/
Pair = /\\(?:[#{Special}]|\\|"|#{HexPair})/
- StringChar = /[^#{Special}\\"]/
+ StringChar = /[^\\"#{Special}]/
QuoteChar = /[^\\"]/
AttributeType = /[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\.[0-9]+)*/
AttributeValue = /