Skip to content

Commit

Permalink
fixup! Responder: generate JSON message for GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ikerexxe committed May 13, 2024
1 parent 10574ed commit 46c7c56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,6 @@ if BUILD_PASSKEY
endif # BUILD_PASSKEY

test_pamsrv_json_SOURCES = \
src/responder/pam/pamsrv_json.c \
src/tests/cmocka/test_pamsrv_json.c \
$(NULL)
test_pamsrv_json_CFLAGS = \
Expand Down
1 change: 1 addition & 0 deletions src/tests/cmocka/test_pamsrv_json.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include "tests/cmocka/common_mock.h"

#include "src/responder/pam/pamsrv_json.c"
#include "src/responder/pam/pamsrv_json.h"

#define PASSWORD_PROMPT "Password"
Expand Down

0 comments on commit 46c7c56

Please sign in to comment.