浏览代码

Remove useless included files in crypto_rsa.[ch].

Follows #24658.

Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Fernando Fernandez Mancera 7 年之前
父节点
当前提交
541b6b2433
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      src/common/crypto_rsa.c
  2. 0 1
      src/common/crypto_rsa.h

+ 0 - 1
src/common/crypto_rsa.c

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

+ 0 - 1
src/common/crypto_rsa.h

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