diff options
author | lloyd <[email protected]> | 2010-11-23 17:54:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-11-23 17:54:12 +0000 |
commit | f5f712e3e7cbc36e8be0d852abd63c8520ad4cb3 (patch) | |
tree | 1b382fc33b0da6a75b1f4453467cafb40333a051 | |
parent | 82eca8822f275778ec2cf52227ffefe897afedd8 (diff) |
Fix compile
-rw-r--r-- | src/asn1/x509_dn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asn1/x509_dn.cpp b/src/asn1/x509_dn.cpp index 58bfc450d..f91303296 100644 --- a/src/asn1/x509_dn.cpp +++ b/src/asn1/x509_dn.cpp @@ -290,7 +290,7 @@ void X509_DN::decode_from(BER_Decoder& source) } } - dn_info = bits; + dn_bits = bits; } } |