commit | 770b5e1e9e043a00f79276d588c8c7437c0b774c | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 29 17:02:01 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Apr 29 17:02:01 2015 +0200 |
tree | 44175410add02af706de043a68b73627a93b8f6f | |
parent | d97828e7afbc7c3bc5824083f79a2a6a73bc2420 [diff] [blame] |
Fix missing NULL check in MPI
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index df25bd1..8e1687b 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h
@@ -188,7 +188,9 @@ mpi; /** - * \brief Initialize one MPI + * \brief Initialize one MPI (make internal references valid) + * This just makes it ready to be set or freed, + * but does not define a value for the MPI. * * \param X One MPI to initialize. */