mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
libcrypto: move engines and modules to openssl-lib
currently, some OpenSSL-related files end up in the utilities package: /usr/lib/engines-3/capi.so /usr/lib/engines-3/devcrypto.so /usr/lib/engines-3/loader_attic.so /usr/lib/engines-3/padlock.so /usr/lib/ossl-modules/legacy.so since these are part of OpenSSL and are not useful without it, move them to the openssl-lib package. Reviewed by: manu, des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50144
This commit is contained in:
parent
ff8200f9b8
commit
c853409d69
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
PACKAGE?= openssl-lib
|
||||
|
||||
SHLIBDIR= ${LIBDIR}/engines-3
|
||||
|
||||
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
PACKAGE?= openssl-lib
|
||||
SHLIBDIR= ${LIBDIR}/ossl-modules
|
||||
|
||||
LCRYPTO_SRC= ${SRCTOP}/crypto/openssl
|
||||
|
|
|
|||
Loading…
Reference in a new issue