Build Update for openssl/openssl
-------------------------------------
Build: #37687
Status: Errored
Duration: 1 hr, 20 mins, and 49 secs
Commit: b0614f0 (master)
Author: Dr. Matthias St. Pierre
Message: drbg: revert renamings of the generate and reseed counter
The original names were more intuitive: the generate_counter counts the
number of generate requests, and the reseed_counter counts the number
of reseedings (of the principal DRBG).
reseed_gen_counter -> generate_counter
reseed_prop_counter -> reseed_counter
This is the anologue to commit 8380f453ec81 on the 1.1.1 stable branch.
The only difference is that the second renaming has already been reverted
on the master branch.
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/12941)
View the changeset:
https://github.com/openssl/openssl/compare/0ce47b35c7e6...b0614f0ae3c3
View the full build log and details:
https://travis-ci.com/github/openssl/openssl/builds/186301304?utm_medium=notification&utm_source=email
--
You can unsubscribe from build emails from the openssl/openssl repository going
to
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at
https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml
file. See https://docs.travis-ci.com/user/notifications.