You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior openssl should depend on SymCrypt-OpenSSL. I don't believe SymCrypt-OpenSSL should depend on openssl but rather openssl-libs. The openssl package includes the openssl binaries which are not necessary for SymCrypt-OpenSSL to function (unless I am mistaken) and are undesirable for minimal container images.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
openssl
package depends on theSymCrypt-OpenSSL
package. TheSymCrypt-OpenSSL
package depends on theopenssl
package.To Reproduce
Expected behavior
openssl
should depend onSymCrypt-OpenSSL
. I don't believeSymCrypt-OpenSSL
should depend onopenssl
but ratheropenssl-libs
. Theopenssl
package includes the openssl binaries which are not necessary forSymCrypt-OpenSSL
to function (unless I am mistaken) and are undesirable for minimal container images.The text was updated successfully, but these errors were encountered: