On Sat, Aug 30, 2014 at 11:31 PM, Colin Percival <[email protected]> wrote:
> On 08/30/14 19:27, Frederick Akalin wrote:
> I've condensed your wording a bit; is the following accurate enough?
> +On OS X, the version of OpenSSL included with the operating system is 
> outdated
> +(0.9.8) and deprecated, and it is recommended that spiped be built with an
> +updated version of OpenSSL.  After installing a newer version of OpenSSL, use
> +CFLAGS="-I /path/to/openssl/headers" and LDADD_EXTRA="-L 
> /path/to/openssl/lib"
> +to build spiped with your newer OpenSSL.  Note that spiped will still build 
> if
> +you set these options wrong: If you see
> +    error: 'AES_set_encrypt_key' is deprecated
> +during the build then spiped is using the wrong (outdated, shipped with OS X)
> +version of OpenSSL.

Looks good, except:

error: 'AES_set_encrypt_key' is deprecated

should be

warning: 'AES_set_encrypt_key' is deprecated

Also consider:

"spiped is using the wrong" -> "spiped is still using the wrong"

Thanks!

-- Fred

Reply via email to