Obsoletefiles.inc: A few OpenSSL 3 cleanups.
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 14 Jul 2023 17:25:54 +0000 (10:25 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 14 Jul 2023 17:25:54 +0000 (10:25 -0700)
commita248abb55a51830d811b45d78eaacf5df108148b
tree2b38367105e8e266806cc17ba14098bbbf321bf2
parentf58378393fb00f1683bc15f1ae7cbb83e047b9fb
Obsoletefiles.inc: A few OpenSSL 3 cleanups.

- Treat old engine DSOs from OpenSSL 1.1.1 as OLD_LIBS, not OLD_FILES.
  These should only be deleted by make delete-old-libs similar to how
  PAM modules are treated.

- Add /usr/lib32/engines to OLD_DIRS.  lib32 automation does not apply
  to OLD_DIRS.

Reviewed by: Pierre Pronchery <pierre@freebsdfoundation.org>
Differential Revision: https://reviews.freebsd.org/D41034
ObsoleteFiles.inc