diff options
author | kavsrf <kavsrf@gmail.com> | 2017-02-02 11:40:40 +0300 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-05 17:36:54 +0200 |
commit | d200f27ac3b8a4f58e52a5ee798e11e3fdf74924 (patch) | |
tree | c2ed641d00203d91732911241d22a92e48bc1d4a /Library/DcsCfgLib | |
parent | 8051ac7985a2cef1e561fdf1f4258ae640d3735b (diff) | |
download | VeraCrypt-DCS-d200f27ac3b8a4f58e52a5ee798e11e3fdf74924.tar.gz VeraCrypt-DCS-d200f27ac3b8a4f58e52a5ee798e11e3fdf74924.zip |
double reboot in pre-test phase
force boot messages
Diffstat (limited to 'Library/DcsCfgLib')
-rw-r--r-- | Library/DcsCfgLib/DcsRandom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/DcsCfgLib/DcsRandom.c b/Library/DcsCfgLib/DcsRandom.c index eceba8d..f4eb2e0 100644 --- a/Library/DcsCfgLib/DcsRandom.c +++ b/Library/DcsCfgLib/DcsRandom.c @@ -22,7 +22,7 @@ https://opensource.org/licenses/LGPL-3.0 #include <common/Pkcs5.h>
#include <crypto/sha2.h>
-#include "../../Include/Library/DcsTpmLib.h"
+#include <Library/DcsTpmLib.h>
DCS_RND* gRnd = NULL;
|