- (stevesk) rsa.c: entropy.h not needed.
This commit is contained in:
parent
8daed1824f
commit
1004c7eb9e
|
@ -1,3 +1,6 @@
|
||||||
|
20001218
|
||||||
|
- (stevesk) rsa.c: entropy.h not needed.
|
||||||
|
|
||||||
20001216
|
20001216
|
||||||
- (stevesk) OpenBSD CVS updates:
|
- (stevesk) OpenBSD CVS updates:
|
||||||
- markus@cvs.openbsd.org 2000/12/16 02:53:57
|
- markus@cvs.openbsd.org 2000/12/16 02:53:57
|
||||||
|
|
1
rsa.c
1
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 "rsa.h"
|
||||||
#include "ssh.h"
|
#include "ssh.h"
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
#include "entropy.h"
|
|
||||||
|
|
||||||
void
|
void
|
||||||
rsa_public_encrypt(BIGNUM *out, BIGNUM *in, RSA *key)
|
rsa_public_encrypt(BIGNUM *out, BIGNUM *in, RSA *key)
|
||||||
|
|
Loading…
Reference in New Issue