From 1004c7eb9e08fed606d0d22f10cc6a3d93557011 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Mon, 18 Dec 2000 18:55:28 +0000 Subject: - (stevesk) rsa.c: entropy.h not needed. --- ChangeLog | 3 +++ rsa.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cb26d6dec..8b548f56c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20001218 + - (stevesk) rsa.c: entropy.h not needed. + 20001216 - (stevesk) OpenBSD CVS updates: - markus@cvs.openbsd.org 2000/12/16 02:53:57 diff --git a/rsa.c b/rsa.c index 7cfcc80db..8ef7b22ce 100644 --- a/rsa.c +++ b/rsa.c @@ -65,7 +65,6 @@ RCSID("$OpenBSD: rsa.c,v 1.17 2000/11/12 19:50:37 markus Exp $"); #include "rsa.h" #include "ssh.h" #include "xmalloc.h" -#include "entropy.h" void rsa_public_encrypt(BIGNUM *out, BIGNUM *in, RSA *key) -- cgit v1.2.3