]> granicus.if.org Git - p11-kit/commitdiff
common: Fix typo, and don't escape '6' in URL encoding
authorStef Walter <stef@thewalter.net>
Mon, 8 Jul 2013 14:28:48 +0000 (16:28 +0200)
committerStef Walter <stef@thewalter.net>
Mon, 8 Jul 2013 14:28:48 +0000 (16:28 +0200)
common/url.h

index 4ab1e43dfe2b601f4687f0d41e96a93a13929495..3c9cfb4b9bfeb16572cab13ce1e7361b7f524082 100644 (file)
@@ -45,7 +45,7 @@
 
 #define               P11_URL_VERBATIM      "abcdefghijklmnopqrstuvwxyz" \
                                             "ABCDEFGHIJKLMNOPQRSTUVWXYZ" \
-                                            "012345789_-."
+                                            "0123456789_-."
 
 unsigned char *       p11_url_decode        (const char *value,
                                              const char *end,