Add support for using a keyfile

This commit is contained in:
Jonathan Schleifer 2017-11-26 16:01:01 +01:00
parent 60b483c499
commit ccc0706caa
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
6 changed files with 89 additions and 22 deletions

View file

@ -26,6 +26,7 @@
{
size_t _length;
OFString *_site;
OFData *_keyfile;
const char *_passphrase;
unsigned char *_output;
}