commit | 96c7a92b08ae3e286dc7c11ed349a1371e49b5dd | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Nov 25 18:28:53 2013 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Nov 25 18:28:53 2013 +0100 |
tree | 0d2f4b7056d5f965a08c67ced7bb6316d1b647ca | |
parent | 3e3d2b818ca0ffdca6f39105f3804a6e4d3f40e7 [diff] [blame] |
Change mpi_safe_cond_assign() for more const-ness
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index f225fc3..8541403 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h
@@ -249,7 +249,7 @@ * information through branch prediction and/or memory access * patterns analysis). */ -int mpi_safe_cond_assign( mpi *X, mpi *Y, unsigned char assign ); +int mpi_safe_cond_assign( mpi *X, const mpi *Y, unsigned char assign ); /** * \brief Set value from integer