summaryrefslogtreecommitdiff
path: root/lib/libkeynote/keynote-keygen.c
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-07-10 20:26:20 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-07-10 20:26:20 +0000
commit2dbfdc3db65b16e49cf5430a97078d5d8a68aa3c (patch)
treebff91f25fde2afe03cb5525d9021bea3017116d1 /lib/libkeynote/keynote-keygen.c
parent61d3ec6c2d7253f479a0cf13f3d32df7566aafda (diff)
Style.
Diffstat (limited to 'lib/libkeynote/keynote-keygen.c')
-rw-r--r--lib/libkeynote/keynote-keygen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkeynote/keynote-keygen.c b/lib/libkeynote/keynote-keygen.c
index 2f9c9b35a53..159037858bf 100644
--- a/lib/libkeynote/keynote-keygen.c
+++ b/lib/libkeynote/keynote-keygen.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: keynote-keygen.c,v 1.14 2001/07/10 16:44:53 deraadt Exp $ */
+/* $OpenBSD: keynote-keygen.c,v 1.15 2001/07/10 20:26:19 angelos Exp $ */
/*
* The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu)
*
@@ -162,8 +162,8 @@ keynote_keygen(int argc, char *argv[])
if (strlen(algname) + 2 > prlen)
{
fprintf(stderr, "Parameter ``print-length'' should be larger "
- "than the length of AlgorithmName (%lu)\n",
- (unsigned long)strlen(algname));
+ "than the length of AlgorithmName (%lu)\n",
+ (unsigned long) strlen(algname));
exit(1);
}