Skip to content

Commit

Permalink
Incorrectly removed std::env
Browse files Browse the repository at this point in the history
Reinstate  std::env into tpm.rs, which was mistakenly removed
in main commit for PR #82
  • Loading branch information
Luke Hinds authored and lukehinds committed Oct 30, 2019
1 parent d6203e0 commit bdf879b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tpm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use flate2::Compression;
use keylime_error;
use openssl::sha;
use serde_json::Value;
use std::env;
use std::fs::File;
use std::io::prelude::*;
use std::io::BufWriter;
Expand Down

0 comments on commit bdf879b

Please sign in to comment.