<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
- <email>nerdboy@gentoo.org</email>
- <name>Steve Arnold</name>
+<maintainer type="person">
+<email>robbat2@gentoo.org</email>
+<name>Robin H. Johnson</name>
</maintainer>
+<longdescription lang="en">
+af_alg implements an OpenSSL engine that uses the AF_ALG functionailty found
+in kernel >= 2.6.38 for crypto offload. Be sure to actually check if it's
+faster, as for many modern systems, userspace software implementations are
+actually faster, as they avoid a kernel context switch. However, on embedded
+systems and others with crypto hardware, AF_ALG may be faster. The homepage
+has more details.
+</longdescription>
<upstream>
<remote-id type="github">sarnold/af_alg</remote-id>
</upstream>
LICENSE="openssl"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+IUSE="libressl"
DEPEND="virtual/linux-sources
- >=dev-libs/openssl-1.0.0d"
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
RDEPEND=""
RESTRICT="test"