[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

kaduk at mit.edu kaduk at mit.edu
Mon Dec 11 15:24:50 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  0aa0e13a6a367dc27bfa59bd2ab1e90645c3158b (commit)
      from  5bfb357a0d2046fc75daf67a5bc019eb87443729 (commit)


- Log -----------------------------------------------------------------
commit 0aa0e13a6a367dc27bfa59bd2ab1e90645c3158b
Author: Benjamin Kaduk <bkaduk at akamai.com>
Date:   Mon Dec 11 08:48:46 2017 -0600

    Fix typo in comment
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4903)

-----------------------------------------------------------------------

Summary of changes:
 test/exptest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/exptest.c b/test/exptest.c
index 4221c1b..9bc6e75 100644
--- a/test/exptest.c
+++ b/test/exptest.c
@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
     BIGNUM *r_mont, *r_mont_const, *r_recp, *r_simple, *a, *b, *m;
 
     /*
-     * See or BN_rand may fail, and we don't even check its return
+     * Seed or BN_rand may fail, and we don't even check its return
      * value (which we should)
      */
     RAND_seed(rnd_seed, sizeof(rnd_seed));


More information about the openssl-commits mailing list