Explorar o código

Fixed editor issue.

TechnoLord %!s(int64=8) %!d(string=hai) anos
pai
achega
68a49a2044
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/sslutils.c

+ 1 - 1
plugins/sslutils.c

@@ -98,7 +98,7 @@ int np_net_ssl_init_with_hostname_version_and_cert(int sd, char *host_name, int
 #endif
 	case MP_TLSv1_3: /* TLSv1.3 protocol */
 #if !defined(SSL_OP_NO_TLSv1_3)
-	printf ("%s\n", _("Your OpenSSL version hasn't been compiled with TLS 1.$
+	printf ("%s\n", _("Your OpenSSL version hasn't been compiled with TLS 1.3."));
 	return STATE_UNKNOWN;
 #else
 	method = TLS_client_method();