Skip to content

Commit

Permalink
[tests] fix build with no nss
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Sep 19, 2017
1 parent 4e78c2b commit 0a4bcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libknet/tests/int_lib_load_unload.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static void test(void)
{
int logfds[2];
knet_handle_t knet_h1, knet_h2;
#ifdef BUILDCRYPTONSS
#if defined(BUILDCRYPTONSS) || defined(BUILDCOMPZLIB)
struct knet_handle_crypto_cfg knet_handle_crypto_cfg;
#endif
#ifdef BUILDCOMPZLIB
Expand Down

0 comments on commit 0a4bcb2

Please sign in to comment.