Remove -DOPENSSL_NO_DEPRECATED from --strict-warnings flags.
authorMatt Caswell <matt@openssl.org>
Tue, 10 Feb 2015 10:07:07 +0000 (10:07 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Feb 2015 14:32:29 +0000 (14:32 +0000)
commita8b4e057b3c8b9563802105cfcc6210f70ce1fc8
tree38ef4e75f0a67e0df25f642959dd587f9e15a727
parent79ee5afa26da1f2e3d16376d20b273cc759b0c1b
Remove -DOPENSSL_NO_DEPRECATED from --strict-warnings flags.

In master OPENSSL_NO_DEPRECATED is the default anyway. By including it in
--strict-warnings as well this means you cannot combine enable-deprecated
with --strict-warnings.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Configure