diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-02 20:16:39 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-02 20:16:39 +0000 |
commit | 2705181d059ee8c63c620d236b53631355ec7012 (patch) | |
tree | 1ea3df5298f5205e8dde92940d19343c8ddffdd7 | |
parent | encryption/authentication library, RSA/MDX/DES (diff) |
Add rsaref
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index e09daf8bb151..a9472bb25b3f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1996/11/27 19:21:03 markm Exp $ +# $Id: Makefile,v 1.13 1997/02/02 01:30:51 obrien Exp $ # SUBDIR += SSLeay @@ -13,6 +13,7 @@ SUBDIR += p5-PGP SUBDIR += pgp SUBDIR += pidentd + SUBDIR += rsaref SUBDIR += safe-tcl SUBDIR += ssh SUBDIR += sudo |