Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
634
Issues
634
List
Boards
Labels
Service Desk
Milestones
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
3fb7b982
Commit
3fb7b982
authored
Feb 14, 2018
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use %u instead of %d
parent
f5ee6f72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bin/pkcs11/pkcs11-destroy.c
bin/pkcs11/pkcs11-destroy.c
+1
-1
util/copyrights
util/copyrights
+1
-1
No files found.
bin/pkcs11/pkcs11-destroy.c
View file @
3fb7b982
...
...
@@ -232,7 +232,7 @@ main(int argc, char *argv[]) {
if
(
wait
!=
0
)
{
printf
(
"WARNING: This action is irreversible! "
"Destroying key objects in %
d
seconds
\n
"
,
wait
);
"Destroying key objects in %
u
seconds
\n
"
,
wait
);
for
(
i
=
0
;
i
<
wait
;
i
++
)
{
printf
(
"."
);
fflush
(
stdout
);
...
...
util/copyrights
View file @
3fb7b982
...
...
@@ -242,7 +242,7 @@
./bin/pkcs11/openssl-1.0.1t-patch X 2016
./bin/pkcs11/openssl-1.0.2h-patch X 2016
./bin/pkcs11/pkcs11-destroy.8 MAN DOCBOOK
./bin/pkcs11/pkcs11-destroy.c
X 2009,2010,2014,2015
./bin/pkcs11/pkcs11-destroy.c
X 2009,2010,2014,2015,2018
./bin/pkcs11/pkcs11-destroy.docbook SGML 2009,2014,2015,2016
./bin/pkcs11/pkcs11-destroy.html HTML DOCBOOK
./bin/pkcs11/pkcs11-keygen.8 MAN DOCBOOK
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment