TLSRPT_VERSION_CHECK(3) tlsrpt_version_check TLSRPT_VERSION_CHECK(3)

tlsrpt_version_check - check whether the version of libtlsrpt is compatible with the calling program

#include <tlsrpt.h>

int tlsrpt_version_check(int major, int minor, int patch)

The tlsrpt_version_check function checks whether the version of libtlsrpt is compatible with the calling program.

A program compiled with libtlsrpt version a.b.c can call tlsrpt_version_check(a, b, c) to determine if the loaded library is compatible with the program.

The tlsrpt_version function returns 1 when the library is compatible with the calling program and 0 otherwise.

man:tlsrpt_version_check[3]

Boris Lohner

2026-09-01 tlsrpt_version_check