CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/05/24 07:02:32
Modified files: lib/libssl/src/ssl: ssl.h Log message: Include <openssl/opensslconf.h> - currently ssl.h is relying on it being pulled in elsewhere, even though it is makes use of the OPENSSL_NO_* defines. While here, remove kssl.h since it is a no-op. ok beck@ miod@