]> git.ipfire.org Git - thirdparty/git.git/blame - versioncmp.h
avoid SHA-1 functions deprecated in OpenSSL 3+
[thirdparty/git.git] / versioncmp.h
CommitLineData
3467663d
EN
1#ifndef VERSIONCMP_H
2#define VERSIONCMP_H
3
4int versioncmp(const char *s1, const char *s2);
5
6#endif /* VERSIONCMP_H */