Remove useless included files in crypto_rsa.[ch].

Follows #24658.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
This commit is contained in:
Fernando Fernandez Mancera 2018-02-16 17:49:58 +01:00
parent f9f0dd5b9a
commit 541b6b2433
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
#include "crypto.h"
#include "compat_openssl.h"
#include "crypto_curve25519.h"
#include "crypto_ed25519.h"
#include "crypto_format.h"
#include "crypto_digest.h"

View File

@ -22,7 +22,6 @@
#include "compat.h"
#include "util.h"
#include "torlog.h"
#include "crypto_curve25519.h"
/** Length of our public keys. */
#define PK_BYTES (1024/8)