From 19cb8e65ef82552d93f909c030681089dd57d314 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 26 Jan 2000 20:50:31 +0100
Subject: [PATCH] Added rsa.o.

Rev: src/modules/_Crypto/Makefile.in:1.21
---
 src/modules/_Crypto/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/_Crypto/Makefile.in b/src/modules/_Crypto/Makefile.in
index 5ebbdea602..dcb2960446 100644
--- a/src/modules/_Crypto/Makefile.in
+++ b/src/modules/_Crypto/Makefile.in
@@ -1,9 +1,9 @@
-# $Id: Makefile.in,v 1.20 1999/12/01 22:37:22 marcus Exp $
+# $Id: Makefile.in,v 1.21 2000/01/26 19:50:31 grubba Exp $
 @make_variables@
 VPATH=@srcdir@:@srcdir@/../..:../..
 
 # BEGIN NATIONAL SECURITY
-MASS_DESTRUCTION_OBJS = idea.o des.o cast.o rc4.o 
+MASS_DESTRUCTION_OBJS = idea.o des.o cast.o rc4.o rsa.o
 # END NATIONAL SECURITY
 
 OBJS= $(MASS_DESTRUCTION_OBJS) crypto.o invert.o sha.o md5.o pipe.o cbc.o nt.o
-- 
GitLab