Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/crypto/dist/openssl/crypto/bn Pull up revision 1.3 (req...
details: https://anonhg.NetBSD.org/src/rev/3deb07a493ba
branches: netbsd-1-5
changeset: 489938:3deb07a493ba
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 19:49:33 2000 +0000
description:
Pull up revision 1.3 (requested by bouyer):
Correct printf format (used with ints, not longs).
diffstat:
crypto/dist/openssl/crypto/bn/bn.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff -r f17fbfd98e2e -r 3deb07a493ba crypto/dist/openssl/crypto/bn/bn.h
--- a/crypto/dist/openssl/crypto/bn/bn.h Thu Oct 19 19:47:05 2000 +0000
+++ b/crypto/dist/openssl/crypto/bn/bn.h Thu Oct 19 19:49:33 2000 +0000
@@ -94,8 +94,8 @@
#define BN_MASK2h (0xffff0000L)
#define BN_TBIT (0x80000000L)
#define BN_DEC_CONV (1000000000L)
-#define BN_DEC_FMT1 "%lu"
-#define BN_DEC_FMT2 "%09lu"
+#define BN_DEC_FMT1 "%u"
+#define BN_DEC_FMT2 "%09u"
#define BN_DEC_NUM 9
#undef SIXTY_FOUR_BIT_LONG
Home |
Main Index |
Thread Index |
Old Index