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


- Log -----------------------------------------------------------------
commit 0aa0e13a6a367dc27bfa59bd2ab1e90645c3158b
Author: Benjamin Kaduk <[email protected]>
Date:   Mon Dec 11 08:48:46 2017 -0600

    Fix typo in comment
    
    Reviewed-by: Rich Salz <[email protected]>
    (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));
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to