]> jfr.im git - solanum.git/blobdiff - librb/src/gnutls.c
[TLS Backends] Make version strings more useful and consistent
[solanum.git] / librb / src / gnutls.c
index 1b7f0c860bdcdb8896a9a0bdfbe2c02136cfe776..a352440a2fae256dffc5080b187d24e347f23c9c 100644 (file)
@@ -748,7 +748,7 @@ rb_supports_ssl(void)
 void
 rb_get_ssl_info(char *buf, size_t len)
 {
-       snprintf(buf, len, "GNUTLS: compiled (%s), library(%s)",
+       snprintf(buf, len, "GNUTLS: compiled (%s), library (%s)",
                    LIBGNUTLS_VERSION, gnutls_check_version(NULL));
 }