Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
minor preprocessor removal
Browse files Browse the repository at this point in the history
  • Loading branch information
dimgrav committed Aug 18, 2017
1 parent ae0c41d commit efccca5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion cmocka-tests/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cli_crypto_test -> Transaction key name search and GSS-TSIG signature generation
dns_tcp_test -> DNS TCP send/receive request packet test
dns_udp_test -> DNS UDP send/receive request packet test

See cli-fn for corresponding libraries
*See gss-tsig, tcp-cli, udp-cli for corresponding libraries
1 change: 0 additions & 1 deletion cmocka-tests/cli_crypto_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include "foo.c"

#include "includes.h"
#include "lib/crypto/hmacmd5.h"
Expand Down
1 change: 0 additions & 1 deletion cmocka-tests/dns_tcp_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include "foo.c"

#include "replace.h"
#include "system/network.h"
Expand Down
1 change: 0 additions & 1 deletion cmocka-tests/dns_udp_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include "foo.c"

#include "replace.h"
#include "system/network.h"
Expand Down

0 comments on commit efccca5

Please sign in to comment.