Commit 874fee47 authored by Richard Levitte's avatar Richard Levitte
Browse files

Clarify where the engines are by default.

parent 90d9a69b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -13,8 +13,9 @@
     the "shared" options was given to ./Configure or ./config.
     Otherwise, they are inserted in libcrypto.a.
     /usr/local/ssl/engines is the default directory for dynamic
     engines, but that can be overriden with the environment
     variable OPENSSL_ENGINES.
     engines, but that can be overriden at configure time through
     the usual use of --prefix and/or --openssldir, and at run
     time with the environment variable OPENSSL_ENGINES.
     [Geoff Thorpe and Richard Levitte]

  *) Add Makefile.shared, a helper makefile to build shared