Mercurial > dropbear
comparison rsa.c @ 858:220f55d540ae
rename random.h to dbrandom.h since some OSes have a system random.h
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 14 Nov 2013 22:05:47 +0800 |
parents | 75509065db53 |
children | 4a74c58e11fc |
comparison
equal
deleted
inserted
replaced
857:c19acba28590 | 858:220f55d540ae |
---|---|
32 #include "dbutil.h" | 32 #include "dbutil.h" |
33 #include "bignum.h" | 33 #include "bignum.h" |
34 #include "rsa.h" | 34 #include "rsa.h" |
35 #include "buffer.h" | 35 #include "buffer.h" |
36 #include "ssh.h" | 36 #include "ssh.h" |
37 #include "random.h" | 37 #include "dbrandom.h" |
38 | 38 |
39 #ifdef DROPBEAR_RSA | 39 #ifdef DROPBEAR_RSA |
40 | 40 |
41 static void rsa_pad_em(dropbear_rsa_key * key, | 41 static void rsa_pad_em(dropbear_rsa_key * key, |
42 buffer *data_buf, mp_int * rsa_em); | 42 buffer *data_buf, mp_int * rsa_em); |