CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/11 16:51:54
Modified files:
etc : Makefile
include : Makefile
lib : Makefile
lib/libssl : Makefile generate_pkgconfig.sh
lib/libssl/man : Makefile
lib/libssl/ssl : Makefile
Added files:
lib/libcrypto : Makefile cert.pem generate_pkgconfig.sh
openssl.cnf x509v3.cnf
lib/libcrypto/crypto: Makefile shlib_version
lib/libcrypto/crypto/arch/alpha: opensslconf.h
lib/libcrypto/crypto/arch/amd64: opensslconf.h
lib/libcrypto/crypto/arch/arm: opensslconf.h
lib/libcrypto/crypto/arch/hppa: opensslconf.h
lib/libcrypto/crypto/arch/hppa64: opensslconf.h
lib/libcrypto/crypto/arch/i386: opensslconf.h
lib/libcrypto/crypto/arch/m88k: opensslconf.h
lib/libcrypto/crypto/arch/mips64: opensslconf.h
lib/libcrypto/crypto/arch/powerpc: opensslconf.h
lib/libcrypto/crypto/arch/sh: opensslconf.h
lib/libcrypto/crypto/arch/sparc: opensslconf.h
lib/libcrypto/crypto/arch/sparc64: opensslconf.h
lib/libcrypto/crypto/arch/vax: bn_asm_vax.S opensslconf.h
lib/libcrypto/man: Makefile
Removed files:
lib/libssl : cert.pem openssl.cnf ssleay.cnf x509v3.cnf
lib/libssl/crypto: Makefile shlib_version
lib/libssl/crypto/arch/alpha: opensslconf.h
lib/libssl/crypto/arch/amd64: opensslconf.h
lib/libssl/crypto/arch/arm: opensslconf.h
lib/libssl/crypto/arch/hppa: opensslconf.h
lib/libssl/crypto/arch/hppa64: opensslconf.h
lib/libssl/crypto/arch/i386: opensslconf.h
lib/libssl/crypto/arch/m88k: opensslconf.h
lib/libssl/crypto/arch/mips64: opensslconf.h
lib/libssl/crypto/arch/powerpc: opensslconf.h
lib/libssl/crypto/arch/sh: opensslconf.h
lib/libssl/crypto/arch/sparc: opensslconf.h
lib/libssl/crypto/arch/sparc64: opensslconf.h
lib/libssl/crypto/arch/vax: bn_asm_vax.S opensslconf.h
Log message:
Move build machinery for libcrypto from libssl/crypto to libcrypto, as well
as configuration files; split manpages and .pc files between libcrypto and
libssl.
No functional change, only there to make engineering easier, and libcrypto
sources are still found in libssl/src/crypto at the moment.
ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.