Fix typo in comment

This commit is contained in:
Hanno Becker 2019-05-08 16:26:21 +01:00
parent 84bbc51968
commit f65ad82eba

View File

@ -5749,7 +5749,7 @@ int mbedtls_ssl_handle_message_type( mbedtls_ssl_context *ssl )
ssl_handshake_wrapup_free_hs_transform( ssl );
}
}
#endif /* MBEDTLS_SSL_DTLS */
#endif /* MBEDTLS_SSL_PROTO_DTLS */
return( 0 );
}