POLARSSL_CFLAGS=
POLARSSL_LIBS=-lpolarssl
POLARSSL_SUBDIR=
+ AC_DEFINE([POLARSSL_SYSTEM], [1], [Defined if system PolarSSL is used])
],[
AS_IF([test "x$with_system_polarssl" = "xyes"],[
AC_MSG_ERROR([use of system polarssl requested but not found])]
#include "logger.hh"
#include "version.hh"
#include "version_generated.h"
+#include <polarssl/version.h>
static ProductType productType;
// Auth only
theL()<<Logger::Warning<<"Built-in modules: "<<PDNS_MODULES<<endl;
#endif
+#ifndef POLARSSL_SYSTEM
+ theL()<<Logger::Warning<<"Built-in PolarSSL: "<<POLARSSL_VERSION_STRING<<endl;
+#endif
}
string fullVersionString()