summaryrefslogtreecommitdiff
path: root/crypto/bio/b_print.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-28 11:30:31 +0000
committerRichard Levitte <levitte@openssl.org>2000-02-28 11:30:31 +0000
commit42a9af38e7155854367feceaf6730695b33fd107 (patch)
tree4ba55083fe3a00d241a04a1fa0cb1edca6a9a2bf /crypto/bio/b_print.c
parent1b7aee1d4e77433babc5487e05597ae01ce2d82c (diff)
downloadopenssl-new-42a9af38e7155854367feceaf6730695b33fd107.tar.gz
Typo corrected.
Diffstat (limited to 'crypto/bio/b_print.c')
-rw-r--r--crypto/bio/b_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c
index b8d94369b3..2a5e8b58c9 100644
--- a/crypto/bio/b_print.c
+++ b/crypto/bio/b_print.c
@@ -315,7 +315,7 @@ dopr(
flags |= DP_F_UNSIGNED;
switch (cflags) {
case DP_C_SHORT:
- value = (unsigned short int)va_arg(args, int);
+ value = (unsigned short int)va_arg(args, unsigned int);
break;
case DP_C_LONG:
value = (LLONG) va_arg(args,