Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed pkcs11-register defaults on macOS and Windows #3053

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
pkcs11-register: don't adapt Firefox/Chrome by default
The source code files for command line interface of pkcs11-register are
switched to macOS/Windows defaults in case of adapting the configuration
of the browsers. Setting up gengetopt as requirement in Linux is much
easier.

Also regenerates command line files for all other tools.
  • Loading branch information
frankmorgner committed Mar 10, 2024
commit 1664609266420b54cec15f4dd88400c969dc0c7b
2 changes: 1 addition & 1 deletion src/tools/egk-tool-cmdline.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
File autogenerated by gengetopt version 2.23
generated with the following command:
/usr/bin/gengetopt --file-name=egk-tool-cmdline --output-dir=.
/opt/homebrew/bin/gengetopt --file-name=egk-tool-cmdline --output-dir=.

The developers of gengetopt consider the fixed text that goes in all
gengetopt output files to be in the public domain:
Expand Down