aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_errors.c')
-rw-r--r--src/daemon/https/tls/gnutls_errors.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/daemon/https/tls/gnutls_errors.c b/src/daemon/https/tls/gnutls_errors.c
index 107412c5..c0e42872 100644
--- a/src/daemon/https/tls/gnutls_errors.c
+++ b/src/daemon/https/tls/gnutls_errors.c
@@ -30,9 +30,8 @@
30#endif 30#endif
31 31
32/* I18n of error codes. */ 32/* I18n of error codes. */
33#include "gettext.h" 33#define _(String) (String)
34#define _(String) dgettext (PACKAGE, String) 34#define N_(String) (String)
35#define N_(String) gettext_noop (String)
36 35
37extern LOG_FUNC _gnutls_log_func; 36extern LOG_FUNC _gnutls_log_func;
38 37