|
OpenTTD Source 20260311-master-g511d3794ce
|
Routines to validate signature files. More...
Go to the source code of this file.
Functions | |
| bool | ValidateSignatureFile (const std::string &filename) |
| Validate that the signatures mentioned in the signature file are matching the files in question. | |
Routines to validate signature files.
Definition in file signature.h.
| bool ValidateSignatureFile | ( | const std::string & | filename | ) |
Validate that the signatures mentioned in the signature file are matching the files in question.
| filename | The path to the file to validate. |
Definition at line 269 of file signature.cpp.
References _ValidateSignatureFile().