Fix incorrect SO name on GNU platforms
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 13:26:40 +0000 (14:26 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 22 Feb 2016 13:26:40 +0000 (14:26 +0100)
commit2b9608b049eb33269f9b900e9e5f1c37fc1a1563
treef4230c307f3a89bb5e0fc092622762633cac0db9
parent180df315c789be1138ce2643583362f4b37c8809
Fix incorrect SO name on GNU platforms

An error was introduced with the setting of SHLIB in DO_GNU_SO.
A common DO_GNU_SO_COMMON that both DO_GNU_SO and DO_GNU_SO_NOCALC use
makes things clearer.

Reviewed-by: Matt Caswell <matt@openssl.org>
Makefile.shared