projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5d206
)
another typo
author
Bodo Möller
<bodo@openssl.org>
Fri, 10 Mar 2000 11:47:58 +0000
(11:47 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 10 Mar 2000 11:47:58 +0000
(11:47 +0000)
apps/dhparam.c
patch
|
blob
|
history
diff --git
a/apps/dhparam.c
b/apps/dhparam.c
index 03609679a8aea661995bdf6cc53caf7a9242bd1f..14f0e2b93cfb463f4091cb1bc6c4383e3086215c 100644
(file)
--- a/
apps/dhparam.c
+++ b/
apps/dhparam.c
@@
-466,7
+466,7
@@
bad:
printf("\tif ((dh->p == NULL) || (dh->g == NULL))\n");
printf("\t\t{ DH_free(dh); return(NULL); }\n");
if (dh->length)
- printf("\tdh->length = %d
\n;
", dh->length);
+ printf("\tdh->length = %d
;\n
", dh->length);
printf("\treturn(dh);\n\t}\n");
Free(data);
}