crypto: Remove unnecessary includes from src/common/crypto.[ch]

* FIXES part of #24658: https://bugs.torproject.org/24658
This commit is contained in:
Isis Lovecruft 2018-04-06 21:37:40 +00:00
parent fe3aca1491
commit 64e6551b8b
No known key found for this signature in database
GPG Key ID: B8938BC5E86C046F
2 changed files with 0 additions and 6 deletions

View File

@ -36,14 +36,11 @@
DISABLE_GCC_WARNING(redundant-decls)
#include <openssl/err.h>
#include <openssl/rsa.h>
#include <openssl/pem.h>
#include <openssl/evp.h>
#include <openssl/engine.h>
#include <openssl/bn.h>
#include <openssl/dh.h>
#include <openssl/conf.h>
#include <openssl/hmac.h>
ENABLE_GCC_WARNING(redundant-decls)

View File

@ -17,13 +17,10 @@
#include <stdio.h>
#include "torint.h"
#include "testsupport.h"
#include "compat.h"
#include "util.h"
#include "crypto_rsa.h"
#include "keccak-tiny/keccak-tiny.h"
/** Length of our symmetric cipher's keys of 128-bit. */
#define CIPHER_KEY_LEN 16
/** Length of our symmetric cipher's IV of 128-bit. */