CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/24 00:02:58
Modified files:
lib/libssl/src/ssl: s3_pkt.c
Log message:
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@
