diff options
author | miod <> | 2015-11-14 14:47:56 +0000 |
---|---|---|
committer | miod <> | 2015-11-14 14:47:56 +0000 |
commit | 89f84b7a8f6b99b4d8d6d4100b3313d12b601d31 (patch) | |
tree | 823d0518b2a23d15d3a1e732dd59ebdd1f47162d | |
parent | 00855ddf784536bf466e04fb0f38877f31c57572 (diff) | |
download | openbsd-89f84b7a8f6b99b4d8d6d4100b3313d12b601d31.tar.gz openbsd-89f84b7a8f6b99b4d8d6d4100b3313d12b601d31.tar.bz2 openbsd-89f84b7a8f6b99b4d8d6d4100b3313d12b601d31.zip |
Various *syncron* -> *synchron* typos.
-rwxr-xr-x | src/lib/libcrypto/sha/asm/sha512-ppc.pl | 2 | ||||
-rwxr-xr-x | src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha512-ppc.pl b/src/lib/libcrypto/sha/asm/sha512-ppc.pl index 6b44a68e59..f561f313c6 100755 --- a/src/lib/libcrypto/sha/asm/sha512-ppc.pl +++ b/src/lib/libcrypto/sha/asm/sha512-ppc.pl | |||
@@ -20,7 +20,7 @@ | |||
20 | # | 20 | # |
21 | # (*) 64-bit code in 32-bit application context, which actually is | 21 | # (*) 64-bit code in 32-bit application context, which actually is |
22 | # on TODO list. It should be noted that for safe deployment in | 22 | # on TODO list. It should be noted that for safe deployment in |
23 | # 32-bit *mutli-threaded* context asyncronous signals should be | 23 | # 32-bit *mutli-threaded* context asynchronous signals should be |
24 | # blocked upon entry to SHA512 block routine. This is because | 24 | # blocked upon entry to SHA512 block routine. This is because |
25 | # 32-bit signaling procedure invalidates upper halves of GPRs. | 25 | # 32-bit signaling procedure invalidates upper halves of GPRs. |
26 | # Context switch procedure preserves them, but not signaling:-( | 26 | # Context switch procedure preserves them, but not signaling:-( |
diff --git a/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl b/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl index 6b44a68e59..f561f313c6 100755 --- a/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl +++ b/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl | |||
@@ -20,7 +20,7 @@ | |||
20 | # | 20 | # |
21 | # (*) 64-bit code in 32-bit application context, which actually is | 21 | # (*) 64-bit code in 32-bit application context, which actually is |
22 | # on TODO list. It should be noted that for safe deployment in | 22 | # on TODO list. It should be noted that for safe deployment in |
23 | # 32-bit *mutli-threaded* context asyncronous signals should be | 23 | # 32-bit *mutli-threaded* context asynchronous signals should be |
24 | # blocked upon entry to SHA512 block routine. This is because | 24 | # blocked upon entry to SHA512 block routine. This is because |
25 | # 32-bit signaling procedure invalidates upper halves of GPRs. | 25 | # 32-bit signaling procedure invalidates upper halves of GPRs. |
26 | # Context switch procedure preserves them, but not signaling:-( | 26 | # Context switch procedure preserves them, but not signaling:-( |