Fix a comment and some whitespace

This commit is contained in:
Manuel Pégourié-Gonnard 2013-06-27 13:00:00 +02:00
parent ba4878aa64
commit 4250a1f818

View file

@ -2541,7 +2541,7 @@ int x509parse_dhm( dhm_context *dhm, const unsigned char *dhmin, size_t dhminlen
#if defined(POLARSSL_FS_IO)
/*
* Load and parse a private RSA key
* Load and parse DHM parameters
*/
int x509parse_dhmfile( dhm_context *dhm, const char *path )
{