Add a fingerprint of the ARM OS source files to detect when a client expects another ARM image

This commit is contained in:
Philippe Teuwen 2022-02-14 02:57:10 +01:00
commit bbf49ab560
5 changed files with 21 additions and 1 deletions

View file

@ -49,6 +49,8 @@ void FormatVersionInformation(char *dst, int len, const char *prefix, void *vers
strncat(dst, " ", len - strlen(dst) - 1);
strncat(dst, v->buildtime, len - strlen(dst) - 1);
strncat(dst, " ", len - strlen(dst) - 1);
strncat(dst, v->armsrc, len - strlen(dst) - 1);
}
/*