From 03605ccb438386f0499dfa8e314de42f30498a0f Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 30 Aug 2005 14:14:51 +0000 Subject: Add program_name, to shut up error module. --- lib/gnutls_global.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c index a763894033..f6afa083b3 100644 --- a/lib/gnutls_global.c +++ b/lib/gnutls_global.c @@ -39,6 +39,9 @@ int _gnutls_log_level = 0; /* default log level */ ASN1_TYPE _gnutls_pkix1_asn; ASN1_TYPE _gnutls_gnutls_asn; +/* To shut up missing symbols from error module. */ +char *program_name = "gnutls"; + /** * gnutls_global_set_log_function - This function sets the logging function * @log_func: it's a log function -- cgit v1.2.1