- (stevesk) rsa.c: entropy.h not needed.

This commit is contained in:
Kevin Steves 2000-12-18 18:55:28 +00:00
parent 8daed1824f
commit 1004c7eb9e
2 changed files with 3 additions and 1 deletions

View File

@ -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

1
rsa.c
View File

@ -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)