Skip to content

Commit

Permalink
fix makefile for slot-spec, add set_default call in agent
Browse files Browse the repository at this point in the history
  • Loading branch information
arekinath committed Nov 14, 2023
1 parent 2a74adb commit 59765f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,7 @@ PIV_COMMON_SOURCES= \
bunyan.c \
errf.c \
utils.c \
slot-spec.c \
card-db.c
slot-spec.c
PIV_COMMON_HEADERS= \
piv.h \
tlv.h \
Expand Down
1 change: 1 addition & 0 deletions pivy-agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -3074,6 +3074,7 @@ main(int ac, char **av)
__progname = "pivy-agent";

slot_ena = slotspec_alloc();
slotspec_set_default(slot_ena);

while ((ch = getopt(ac, av, "cCDdkisE:a:P:g:K:mZUS:u:z:")) != -1) {
switch (ch) {
Expand Down

0 comments on commit 59765f5

Please sign in to comment.