Skip to content

Commit

Permalink
Added passport expiration for ICELAND
Browse files Browse the repository at this point in the history
  • Loading branch information
ubicorn committed May 28, 2019
1 parent 7bd8cee commit 3bb5fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Test/Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ void Test::importDSCCerts() {
strcmp((char*)countryStr, "HU") == 0 || strcmp((char*)countryStr, "hu") == 0 ||
strcmp((char*)countryStr, "LI") == 0 || strcmp((char*)countryStr, "li") == 0 ||
strcmp((char*)countryStr, "CH") == 0 || strcmp((char*)countryStr, "ch") == 0 ||
strcmp((char*)countryStr, "IS") == 0 || strcmp((char*)countryStr, "is") == 0 ||
strcmp((char*)countryStr, "FR") == 0 || strcmp((char*)countryStr, "fr") == 0) {
maxValidity = tenYears;
}
Expand Down

0 comments on commit 3bb5fd9

Please sign in to comment.