From d5500365500e2ffdb727e4556a52e7c3befdedc1 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 10 Sep 2024 17:01:09 +0000 Subject: [PATCH] libcrypto hasn't had VIA padlock support compiled in for quite some time... prompted by a question by jmc --- share/man/man4/man4.amd64/cpu.4 | 6 ++---- 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 -- 2.20.1