]> granicus.if.org Git - transmission/commitdiff
maybe fix double-include of crypto.h / crypto-utils.h in crypto-test
authorJordan Lee <jordan@transmissionbt.com>
Tue, 29 Mar 2016 17:18:50 +0000 (17:18 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Tue, 29 Mar 2016 17:18:50 +0000 (17:18 +0000)
libtransmission/crypto-test-ref.h
libtransmission/crypto-test.c

index 44c74a0187a70d7fbb467769e3c21d020da4c377..94cc040cb17ab62ed166b89eb34414905ccc18c2 100644 (file)
 #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 */
 
index e2a145e56a1365c094168ff77c4d09c7d327569e..d43a1b25ddae60699e7129d5686dd15e3e5f0303 100644 (file)
@@ -10,8 +10,6 @@
 #include <string.h>
 
 #include "transmission.h"
-#include "crypto.h"
-#include "crypto-utils.h"
 
 #include "libtransmission-test.h"