diff options
author | kavsrf <kavsrf@gmail.com> | 2017-06-16 21:15:04 +0300 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-18 15:52:11 +0200 |
commit | ed149d5104f35ab52edd7579f2c956382e7d617f (patch) | |
tree | 670192176e3a5281999a4089bf771731371c6b43 /DcsInt | |
parent | 764556463ff132bd3a10d6c29e219bb10d523206 (diff) | |
download | VeraCrypt-DCS-ed149d5104f35ab52edd7579f2c956382e7d617f.tar.gz VeraCrypt-DCS-ed149d5104f35ab52edd7579f2c956382e7d617f.zip |
BML flags added
Diffstat (limited to 'DcsInt')
-rw-r--r-- | DcsInt/DcsInt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/DcsInt/DcsInt.c b/DcsInt/DcsInt.c index 4b84256..3dad27e 100644 --- a/DcsInt/DcsInt.c +++ b/DcsInt/DcsInt.c @@ -1153,10 +1153,6 @@ UefiMain( return OnExit(gOnExitFailed, OnExitAuthFaild, res);
}
- // Lock EFI boot variables
- InitBml();
- BmlLock(TRUE);
-
// Install decrypt
res = EfiLibInstallDriverBindingComponentName2(
ImageHandle,
|