@@ -24,9 +24,10 @@ @interface NewPasswordGenerator: OFObject { size_t _length; OFString *_site; + OFData *_keyfile; const char *_passphrase; unsigned char *_output; } @end