On Thu, 1 Mar 2012 08:43:05 -0800 Qrux <qrux....@gmail.com> wrote: > [~/lfs/src/openssl-1.0.0e] # grep ENGINESDIR $(find . -name "*.c" -o -name > "*.h") > ./crypto/engine/eng_list.c: if((load_dir = > getenv("OPENSSL_ENGINES")) == 0) load_dir = ENGINESDIR; > ./crypto/opensslconf.h:#define ENGINESDIR "/usr/lib64/engines"
This is not the same in my openssl-1.0.0e tarball (md5sum 7040b89c4c58c7a1016c0dfa6e821c86) For me that line reads: ./crypto/opensslconf.h:#define ENGINESDIR "/usr/local/ssl/lib/engines" > ./include/openssl/opensslconf.h:#define ENGINESDIR "/usr/lib64/engines" Again, this is different in the actual code: ./include/openssl/opensslconf.h:#define ENGINESDIR "/usr/local/ssl/lib/engines" Greping the openssl-1.0.0e source for lib64 finds matches in 2 files: /home/andy/openssl-1.0.0e/CHANGES /home/andy/openssl-1.0.0e/util/shlib_wrap.sh Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page