@@ -1,9 +1,9 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://nil.im/git/cryptopassphrase.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * @@ -25,9 +25,8 @@ @interface LegacyPasswordGenerator: OFObject { size_t _length; OFString *_site; OFData *_keyFile; - const char *_passphrase; - unsigned char *_output; + OFSecureData *_passphrase, *_output; } @end