diff options
author | peter <peter@FreeBSD.org> | 2000-02-28 21:38:42 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-02-28 21:38:42 +0800 |
commit | 6c6131f2f7c7a4c71984044eb77cf2f3dfffc4c8 (patch) | |
tree | c052e9ffdbc6a1efdce853d4ba018dbfc423b29c /security | |
parent | dfd5eb46ceb82f4d51f93a441af82d398f1e91e5 (diff) | |
download | freebsd-ports-gnome-6c6131f2f7c7a4c71984044eb77cf2f3dfffc4c8.tar.gz freebsd-ports-gnome-6c6131f2f7c7a4c71984044eb77cf2f3dfffc4c8.tar.zst freebsd-ports-gnome-6c6131f2f7c7a4c71984044eb77cf2f3dfffc4c8.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.
Diffstat (limited to 'security')
-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 |