A fantastic way to make a large unsigned number is to assign
authorbeck <beck@openbsd.org>
Thu, 24 Apr 2014 06:02:58 +0000 (06:02 +0000)
committerbeck <beck@openbsd.org>
Thu, 24 Apr 2014 06:02:58 +0000 (06:02 +0000)
commit3d3ea1027d2c023360d7c66ea1775b040c65fc96
tree2aa086268b47f72c24f3330d0216f7c951ebf4b7
parent49eb63e9185b379021038e23f7e7c81c2782fa46
A fantastic way to make a large unsigned number is to assign
a small signed one to it.. Some people on OpenSSL's list
noticed - http://marc.info/?l=openssl-dev&m=139809485525663&w=2

This should fix that, and make sure we don't try to write out insane
amounts of stuff.
ok miod@ tedu@
lib/libssl/s3_pkt.c
lib/libssl/src/ssl/s3_pkt.c