aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-02-28 13:38:42 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-02-28 13:38:42 +0000
commitb6983955fda99d4d3adcff1ef58659ecf686f27c (patch)
tree537ab191305313708c9f95d677465e0d8e07190f /security
parent040a3c278901fbff2616038d2152553ce01ef169 (diff)
downloadports-b6983955fda99d4d3adcff1ef58659ecf686f27c.tar.gz
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.
Notes
Notes: svn path=/head/; revision=26410
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
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