diff options
author | Kevin Steves <stevesk@pobox.com> | 2000-12-18 18:55:28 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2000-12-18 18:55:28 +0000 |
commit | 1004c7eb9e08fed606d0d22f10cc6a3d93557011 (patch) | |
tree | 1f33c3d2ef5bb4345a8f88e530e4ace7ae22945a | |
parent | 8daed1824fdc992d8d59626d20bea87f4982f461 (diff) |
- (stevesk) rsa.c: entropy.h not needed.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | rsa.c | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -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) |