aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-23 17:54:12 +0000
committerlloyd <[email protected]>2010-11-23 17:54:12 +0000
commitf5f712e3e7cbc36e8be0d852abd63c8520ad4cb3 (patch)
tree1b382fc33b0da6a75b1f4453467cafb40333a051
parent82eca8822f275778ec2cf52227ffefe897afedd8 (diff)
Fix compile
-rw-r--r--src/asn1/x509_dn.cpp2
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;
}
}