CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/13 09:49:50
Modified files:
lib/libcrypto/crypto: Makefile
lib/libssl/ssl : Makefile
Added files:
lib/libssl/src/ssl: LPdir_unix.c o_dir.c o_dir.h
Removed files:
lib/libssl/src/crypto: LPdir_nyi.c LPdir_unix.c LPdir_vms.c
LPdir_win.c LPdir_win32.c LPdir_wince.c
o_dir.c o_dir.h
Log message:
Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,
so that libssl no longer need to access the non-external headers of libcrypto
to build.
No library bump, riding upon the recent update.