diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-02-28 13:38:42 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-02-28 13:38:42 +0000 |
commit | b6983955fda99d4d3adcff1ef58659ecf686f27c (patch) | |
tree | 537ab191305313708c9f95d677465e0d8e07190f | |
parent | 040a3c278901fbff2616038d2152553ce01ef169 (diff) | |
download | freebsd-ports-b6983955fda99d4d3adcff1ef58659ecf686f27c.zip |
Try my hand at a port/package for making a modular librsaintl library
plugin for libcrypto in order to implement RSA using the better rsa_eay.c
code instead of having to use rsaref. Naturally this is for non-US folks.
'make world' will install this directly, this port is only needed to
make life easier for sysinstall on binary installs.
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 0baad90fa50f..e2b85fcf1472 100644 --- a/security/Makefile +++ b/security/Makefile @@ -35,6 +35,7 @@ SUBDIR += libmcrypt SUBDIR += libparanoia SUBDIR += librc4 + SUBDIR += librsaintl SUBDIR += logcheck SUBDIR += mhash SUBDIR += nbaudit |