commit | 151dc7773296415962ac339cd0b4affee88aff47 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu May 14 13:55:51 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu May 14 21:58:34 2015 +0200 |
tree | 2032e242c6335b234af737913ca4b415dd4d60aa | |
parent | 8473f879847215b0571a608c0e5c7212877758bc [diff] [blame] |
Fix some old names that remained - most in doxygen doc that was never renamed - some re-introduced in comments/doc/strings by me
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 6cf9b74..7adaaff 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -6402,7 +6402,7 @@ { if( ( ret = mbedtls_ssl_handshake( ssl ) ) != 0 ) { - MBEDTLS_SSL_DEBUG_RET( 1, "ssl_handshake", ret ); + MBEDTLS_SSL_DEBUG_RET( 1, "mbedtls_ssl_handshake", ret ); return( ret ); } }