CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/22 08:26:22
Modified files:
lib/libssl/src/ssl: ssl_sess.c t1_lib.c
Log message:
Refactor and simplify the ECC extension handling. The existing code
effectively built two "static" data structures - instead of doing this,
just use static data structures to start with.
>From OpenSSL (part of a larger commit).
ok miod@
