diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-10 17:01:10 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-10 17:01:10 +0000 |
commit | 11086025367fec734e63b77140fae4fad895ae36 (patch) | |
tree | 62acd50850bdaffeabb618b2852ef1ca79b2769a /share/man/man4 | |
parent | 5cbfad266596a6a0dd2cef62a3be779aa24e214d (diff) |
libcrypto hasn't had VIA padlock support compiled in for quite some time...
prompted by a question by jmc
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.amd64/cpu.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.i386/cpu.4 | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/share/man/man4/man4.amd64/cpu.4 b/share/man/man4/man4.amd64/cpu.4 index 9806f229efd..bd480c13bf1 100644 --- a/share/man/man4/man4.amd64/cpu.4 +++ b/share/man/man4/man4.amd64/cpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpu.4,v 1.9 2024/05/11 20:35:13 jmc Exp $ +.\" $OpenBSD: cpu.4,v 1.10 2024/09/10 17:01:09 tb Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 11 2024 $ +.Dd $Mdocdate: September 10 2024 $ .Dt CPU 4 amd64 .Os .Sh NAME @@ -62,8 +62,6 @@ The presence of extended instruction sets can be determined by the sysctl .Bl -tag -width "tenletters" .It xcrypt Supports the VIA AES encryption instruction set. -If this is supported, -the libcrypto EVP AES functions automatically use this support. .El .Pp The sysctl diff --git a/share/man/man4/man4.i386/cpu.4 b/share/man/man4/man4.i386/cpu.4 index 65ec7a88677..d980f5911f2 100644 --- a/share/man/man4/man4.i386/cpu.4 +++ b/share/man/man4/man4.i386/cpu.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cpu.4,v 1.19 2024/05/11 20:35:13 jmc Exp $ +.\" $OpenBSD: cpu.4,v 1.20 2024/09/10 17:01:09 tb Exp $ .\" .\" Copyright (c) 2004 Ted Unangst .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 11 2024 $ +.Dd $Mdocdate: September 10 2024 $ .Dt CPU 4 i386 .Os .Sh NAME @@ -83,8 +83,6 @@ Supports the SSE instruction set. Supports the SSE2 instruction set. .It xcrypt Supports the VIA AES encryption instruction set. -If this is supported, -the libcrypto EVP AES functions automatically use this support. .El .Pp The sysctl |