Skip to content

Commit

Permalink
Remove unnecessary mark as unused Mbed-TLS#1098 (backport)
Browse files Browse the repository at this point in the history
  • Loading branch information
gelldur committed Jul 20, 2018
1 parent a063fff commit 2ba7d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/pkparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,6 @@ int mbedtls_pk_parse_key( mbedtls_pk_context *pk,
return( ret );
#endif /* MBEDTLS_PKCS12_C || MBEDTLS_PKCS5_C */
#else
((void) ret);
((void) pwd);
((void) pwdlen);
#endif /* MBEDTLS_PEM_PARSE_C */
Expand Down

0 comments on commit 2ba7d8e

Please sign in to comment.