summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-12-18 18:55:28 +0000
committerKevin Steves <stevesk@pobox.com>2000-12-18 18:55:28 +0000
commit1004c7eb9e08fed606d0d22f10cc6a3d93557011 (patch)
tree1f33c3d2ef5bb4345a8f88e530e4ace7ae22945a
parent8daed1824fdc992d8d59626d20bea87f4982f461 (diff)
- (stevesk) rsa.c: entropy.h not needed.
-rw-r--r--ChangeLog3
-rw-r--r--rsa.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb26d6dec..8b548f56c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120001218
2 - (stevesk) rsa.c: entropy.h not needed.
3
120001216 420001216
2 - (stevesk) OpenBSD CVS updates: 5 - (stevesk) OpenBSD CVS updates:
3 - markus@cvs.openbsd.org 2000/12/16 02:53:57 6 - 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 $");
65#include "rsa.h" 65#include "rsa.h"
66#include "ssh.h" 66#include "ssh.h"
67#include "xmalloc.h" 67#include "xmalloc.h"
68#include "entropy.h"
69 68
70void 69void
71rsa_public_encrypt(BIGNUM *out, BIGNUM *in, RSA *key) 70rsa_public_encrypt(BIGNUM *out, BIGNUM *in, RSA *key)