Fix typos & Co

This commit is contained in:
Manuel Pégourié-Gonnard 2015-04-03 16:37:14 +02:00
parent 62edcc8176
commit 932e3934bd
15 changed files with 37 additions and 37 deletions

View file

@ -61,7 +61,7 @@ int main( void )
polarssl_printf("POLARSSL_AES_C and/or POLARSSL_DHM_C and/or POLARSSL_ENTROPY_C "
"and/or POLARSSL_NET_C and/or POLARSSL_RSA_C and/or "
"POLARSSL_SHA256_C and/or POLARSSL_FS_IO and/or "
"POLARSSL_CTR_DBRG_C not defined.\n");
"POLARSSL_CTR_DRBG_C not defined.\n");
return( 0 );
}
#else

View file

@ -404,4 +404,4 @@ exit:
return( ret );
}
#endif /* POLARSSL_X509_WRITE_C && POLARSSL_FS_IO */
#endif /* POLARSSL_PK_WRITE_C && POLARSSL_FS_IO */

View file

@ -39,7 +39,7 @@
int main( void )
{
polarssl_printf( "POLARSSL_X509_CSR_WRITE_C and/or POLARSSL_FS_IO and/or "
"POLARSSL_PK_PARSE_C and/or POLARSSL_SHA256_c and/or "
"POLARSSL_PK_PARSE_C and/or POLARSSL_SHA256_C and/or "
"POLARSSL_ENTROPY_C and/or POLARSSL_CTR_DRBG_C "
"not defined.\n");
return( 0 );