Module Name: src
Committed By: christos
Date: Wed May 10 16:46:40 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch amd64 to OpenSSL-3.0.8
To generate a diff of this commit:
cvs rdiff -u -r1.1313 -r1.1314 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1313 src/share/mk/bsd.own.mk:1.1314
--- src/share/mk/bsd.own.mk:1.1313 Mon May 8 16:58:17 2023
+++ src/share/mk/bsd.own.mk Wed May 10 12:46:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1313 2023/05/08 20:58:17 skrll Exp $
+# $NetBSD: bsd.own.mk,v 1.1314 2023/05/10 16:46:39 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -128,7 +128,11 @@ EXTERNAL_GDB_SUBDIR= /does/not/exist
#
# What OpenSSL is used?
#
+.if ${MACHINE} == "amd64"
+HAVE_OPENSSL?= 30
+.else
HAVE_OPENSSL?= 11
+.endif
.if ${HAVE_OPENSSL} == 30
EXTERNAL_OPENSSL_SUBDIR=openssl