diff --git a/stepmania/src/crypto51/asn.cpp b/stepmania/src/crypto51/asn.cpp index e884e9e8b1..1a96c72e34 100644 --- a/stepmania/src/crypto51/asn.cpp +++ b/stepmania/src/crypto51/asn.cpp @@ -71,7 +71,7 @@ bool BERLengthDecode(BufferedTransformation &bt, unsigned int &length, bool &def bool BERLengthDecode(BufferedTransformation &bt, unsigned int &length) { - bool definiteLength; + bool definiteLength = false; if (!BERLengthDecode(bt, length, definiteLength)) BERDecodeError(); return definiteLength;