mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
We cannot have libcrypto, and therefore OpenSSL at all, without RSA.
If you need examples of breakage, I'm ready to provide more than a few.
This commit is contained in:
parent
3c2c970655
commit
d82f495687
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= libcipher libcrypto libdes libssl
|
||||
SUBDIR= libcipher libdes
|
||||
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
||||
SUBDIR+=libtelnet
|
||||
.endif
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= bdes openssl
|
||||
SUBDIR= bdes
|
||||
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
|
||||
SUBDIR+=telnet
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue