X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/9bfc60ebf1f86a212280c19a28bb4399e8fbb392..b04be5e70485a99e9e6fad2313ffa9f99735767f:/src/src/utf8.c diff --git a/src/src/utf8.c b/src/src/utf8.c index 32d2eaed0..611bff020 100644 --- a/src/src/utf8.c +++ b/src/src/utf8.c @@ -125,6 +125,25 @@ return res; } +/************************************************* +* Report the library versions. * +*************************************************/ + +/* See a description in tls-openssl.c for an explanation of why this exists. + +Arguments: a FILE* to print the results to +Returns: nothing +*/ + +void +utf8_version_report(FILE *f) +{ +fprintf(f, "Library version: IDN: Compile: %s\n" + " Runtime: %s\n", + STRINGPREP_VERSION, + stringprep_check_version(NULL)); +} + #endif /* whole file */ /* vi: aw ai sw=2