aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypt_ops/crypto_rsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypt_ops/crypto_rsa.h')
-rw-r--r--src/lib/crypt_ops/crypto_rsa.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/crypt_ops/crypto_rsa.h b/src/lib/crypt_ops/crypto_rsa.h
index 75255c9cc8..093f2cec6c 100644
--- a/src/lib/crypt_ops/crypto_rsa.h
+++ b/src/lib/crypt_ops/crypto_rsa.h
@@ -16,11 +16,8 @@
#include "orconfig.h"
#include "lib/crypt_ops/crypto_digest.h"
-#include <stdio.h>
#include "lib/cc/torint.h"
#include "lib/testsupport/testsupport.h"
-#include "common/compat.h"
-#include "common/util.h"
#include "lib/log/torlog.h"
/** Length of our public keys. */
@@ -116,4 +113,3 @@ void crypto_pk_assign_(crypto_pk_t *dest, const crypto_pk_t *src);
#endif
#endif
-