commit | ee68cff813a8ee703121a1fd1e6a5baac850d664 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Oct 15 15:27:49 2018 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Oct 15 15:27:49 2018 +0200 |
tree | c6f5be2914cb0b4f450554f60e0d8177c49ed522 | |
parent | 32df91183e8b603deeb14d627f9da63a6f6ee1ed [diff] [blame] |
Fix or improve some comments (and whitespace)
diff --git a/library/pk.c b/library/pk.c index ba8950e..ce8dbb5 100644 --- a/library/pk.c +++ b/library/pk.c
@@ -204,7 +204,7 @@ * Helper to set up a restart context if needed */ static int pk_restart_setup( mbedtls_pk_restart_ctx *ctx, - const mbedtls_pk_info_t *info ) + const mbedtls_pk_info_t *info ) { /* Don't do anything if already set up or invalid */ if( ctx == NULL || ctx->pk_info != NULL )