mirror of
https://github.com/transmission/transmission
synced 2025-02-01 03:43:43 +00:00
maybe fix double-include of crypto.h / crypto-utils.h in crypto-test
This commit is contained in:
parent
1af60ad6ad
commit
c1abfe87c8
2 changed files with 3 additions and 2 deletions
|
@ -168,5 +168,8 @@
|
|||
#define tr_sha1_to_hex_ tr_sha1_to_hex
|
||||
#define tr_hex_to_sha1_ tr_hex_to_sha1
|
||||
|
||||
#include "crypto.h"
|
||||
#include "crypto-utils.h"
|
||||
|
||||
#endif /* CRYPTO_REFERENCE_CHECK */
|
||||
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
#include <string.h>
|
||||
|
||||
#include "transmission.h"
|
||||
#include "crypto.h"
|
||||
#include "crypto-utils.h"
|
||||
|
||||
#include "libtransmission-test.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue