diff -r f9b3bb67ce34 -r d682ae8d7d3a loudmouth/lm-ssl-generic.c --- a/loudmouth/lm-ssl-generic.c Thu Feb 11 21:01:04 2016 +0100 +++ b/loudmouth/lm-ssl-generic.c Sat Feb 13 12:16:45 2016 +0100 @@ -136,9 +136,9 @@ * lm_ssl_get_fingerprint: * @ssl: an #LmSSL * - * Returns the MD5 fingerprint of the remote server's certificate. + * Returns the fingerprint of the remote server's certificate. * - * Return value: A 16-byte array representing the fingerprint or %NULL if unknown. + * Return value: A null terminated string representing the fingerprint or %NULL if unknown. **/ const gchar * lm_ssl_get_fingerprint (LmSSL *ssl)