Skip to content

Commit

Permalink
Merge pull request #770 from matthuisman/no_LOCLICENSE
Browse files Browse the repository at this point in the history
[Decrypter] undefine LOCLICENSE so .challenge, .init etc files are not written to disk
  • Loading branch information
glennguy authored Sep 29, 2021
2 parents 2bd5348 + 75ac612 commit e06473c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wvdecrypter/wvdecrypter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#error "WIDEVINECDMFILENAME must be set"
#endif

#define LOCLICENSE 1
//#define LOCLICENSE

using namespace SSD;

Expand Down
2 changes: 1 addition & 1 deletion wvdecrypter/wvdecrypter_android.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ using namespace SSD;

SSD_HOST *host = 0;

#define LOCLICENSE 1
//#define LOCLICENSE

void Log(unsigned int loglevel, const char *format, ...)
{
Expand Down

0 comments on commit e06473c

Please sign in to comment.