commit | f8c028a2fbb3b22f759b82606f8ce2d0734efa97 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Tue Oct 17 09:20:57 2017 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Tue Oct 17 09:20:57 2017 +0100 |
tree | ff71bd8937176d214404a5ba9d5ed70d9f4d38d8 | |
parent | 4055a3a16f9721da7c530f2bc797b833021dea8a [diff] [blame] |
Minor corrections
diff --git a/library/rsa.c b/library/rsa.c index bf24a09..7931673 100644 --- a/library/rsa.c +++ b/library/rsa.c
@@ -210,7 +210,7 @@ #endif /* It wouldn't lead to an error if it wasn't satisfied, - * but check for PQ >= 1 nonetheless. */ + * but check for QP >= 1 nonetheless. */ #if !defined(MBEDTLS_RSA_NO_CRT) if( is_priv && mbedtls_mpi_cmp_int( &ctx->QP, 0 ) <= 0 )