commit | e14163886852d744adb317e1ffc107f742e360d6 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Apr 26 10:23:21 2018 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Apr 26 10:23:34 2018 +0200 |
tree | 2f6fe3caf6ab1b170699690e104ddcb1a7a42ddc | |
parent | a36ac4fe6894e4df9058e25285dc1902114c6bd7 [diff] [blame] |
Finish writing an unfinished comment
diff --git a/library/ssl_srv.c b/library/ssl_srv.c index 10ded13..6819e7a 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c
@@ -3561,7 +3561,8 @@ ret = ssl->conf->f_rng( ssl->conf->p_rng, fake_pms, sizeof( fake_pms ) ); if( ret != 0 ) { - /* It's ok to abort on an RNG failure, since this does not */ + /* It's ok to abort on an RNG failure, since this does not reveal + * anything about the RSA decryption. */ return( ret ); }