NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/53838 CVS commit: src/crypto/external/bsd/openssl/dist/crypto
The following reply was made to PR lib/53838; it has been noted by GNATS.
From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/53838 CVS commit: src/crypto/external/bsd/openssl/dist/crypto
Date: Sun, 6 Jan 2019 17:20:50 -0500
Module Name: src
Committed By: christos
Date: Sun Jan 6 22:20:50 UTC 2019
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto: ppccpuid.pl
Log Message:
PR/53838: Scole Mail: OPENSSL_rdtsc() is reading a time counter
for randomness, and the powerpc code uses mftbu and mftb for access.
The 601 is different than other powerpcs. It doesn't have a time
base register (TBR), but a real time clock (RTC) so it needs to
use different calls like mfrtcu/mfrtcl instead.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/crypto/external/bsd/openssl/dist/crypto/ppccpuid.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index