From: Arran Cudbard-Bell Date: Mon, 18 Feb 2013 20:10:25 +0000 (-0500) Subject: Add libtalloc to version.c X-Git-Tag: release_3_0_0_beta1~1018 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd4b32bc6fd85ad02d405360f2f17cdb111f2c5;p=thirdparty%2Ffreeradius-server.git Add libtalloc to version.c --- diff --git a/src/main/version.c b/src/main/version.c index c68d50890d4..d978a6a1036 100644 --- a/src/main/version.c +++ b/src/main/version.c @@ -147,7 +147,10 @@ void version(void) #endif DEBUG3("Server core libs:"); - DEBUG3(" ssl: %s", ssl_version()); + DEBUG3(" talloc : %i.%i.*", talloc_version_major(), + talloc_version_minor()); + DEBUG3(" ssl : %s", ssl_version()); + radlog(L_INFO, "Copyright (C) 1999-2013 The FreeRADIUS server project and contributors."); radlog(L_INFO, "There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A");