CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2014/07/13 10:30:50

Modified files:
        lib/libssl/src/ssl: ssl_asn1.c 

Log message:
Rewrite i2d_SSL_SESSION to use the ASN1 primitives, rather than using the
horrific macros from asn1_mac.h.

This is a classic example of using macros to obfuscate code, in an attempt
to reduce the line count. The end result is so ridiculously convoluted that
it is completely unreadable and it takes hours to deconstruct the macros
and figure out what is actually going on behind the scenes.

ok miod@

Reply via email to