mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-05 16:20:50 +00:00
[client] added nettle/bignum.h to rsa.c, CentOS 7 seems to need it
This commit is contained in:
parent
ce60cafa19
commit
a0457a2dd9
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
#include <nettle/asn1.h>
|
||||
#include <nettle/sha1.h>
|
||||
#include <nettle/rsa.h>
|
||||
#include <nettle/bignum.h>
|
||||
#include <gmp.h>
|
||||
|
||||
#define SHA1_HASH_LEN 20
|
||||
|
|
Loading…
Add table
Reference in a new issue