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.
This commit is contained in:
Peter Wemm 2000-02-28 13:38:42 +00:00
parent 040a3c2789
commit b6983955fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26410

View file

@ -35,6 +35,7 @@
SUBDIR += libmcrypt
SUBDIR += libparanoia
SUBDIR += librc4
SUBDIR += librsaintl
SUBDIR += logcheck
SUBDIR += mhash
SUBDIR += nbaudit