CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/12/14 07:34:43
Modified files: lib/libssl/src/ssl: s3_both.c s3_clnt.c s3_lib.c s3_srvr.c ssl_lib.c t1_lib.c Log message: unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef mazes in libssl. NPN is being replaced by ALPN, however it is still going to be around for a while yet. ok miod@