Add the missing N character. #20

Merged
seinlin merged 1 commits from issue-19 into master 2021-02-25 12:02:12 -08:00
Showing only changes of commit 1903cb6ab5 - Show all commits

View File

@@ -279,7 +279,7 @@ macro_rules! oid {
}
const PRINTABLE_CHARS: &'static str =
"ABCDEFGHIJKLMOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'()+,-./:=? ";
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'()+,-./:=? ";
/// An error that can arise decoding ASN.1 primitive blocks.
#[derive(Clone, Debug, Error, PartialEq)]