Use non-swappable memory
This commit is contained in:
parent
0321101564
commit
d3f7b49a5c
7 changed files with 101 additions and 123 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
|
||||
* Copyright (c) 2016 - 2020 Jonathan Schleifer <js@nil.im>
|
||||
*
|
||||
* 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
|
||||
|
@ -27,7 +27,6 @@
|
|||
size_t _length;
|
||||
OFString *_site;
|
||||
OFData *_keyFile;
|
||||
const char *_passphrase;
|
||||
unsigned char *_output;
|
||||
OFSecureData *_passphrase, *_output;
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue