@@ -23,8 +23,8 @@ #import @interface ScryptPWGen: OFObject { size_t _length; - bool _repeat; + bool _legacy, _repeat; } @end