Page MenuHomeFreeBSD

D40750.id123724.diff
No OneTemporary

D40750.id123724.diff

Index: tools/build/depend-cleanup.sh
===================================================================
--- tools/build/depend-cleanup.sh
+++ tools/build/depend-cleanup.sh
@@ -115,3 +115,14 @@
# 20230401 54579376c05e kqueue1 from syscall to C wrapper
clean_dep lib/libc kqueue1 S
+
+# 20230623 b077aed33b7b OpenSSL 3.0 update
+if [ -f "$OBJTOP"/secure/lib/libcrypto/.depend.aria.o ] &&
+ egrep -qw "crypto/openssl/crypto/aria/aria.c" \
+ "$OBJTOP"/secure/lib/libcrypto/.depend.aria.o; then
+ echo "Removing old OpenSSL 1.1.1 tree"
+ rm -rf "$OBJTOP"/secure/lib/libcrypto \
+ "$OBJTOP"/secure/lib/libssl \
+ "$OBJTOP"/obj-lib32/secure/lib/libcrypto \
+ "$OBJTOP"/obj-lib32/secure/lib/libssl
+fi

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 8, 12:27 PM (17 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38516479
Default Alt Text
D40750.id123724.diff (734 B)

Event Timeline