Configure: remove superfluous 0x
authorVitezslav Cizek <vcizek@suse.com>
Thu, 13 Oct 2016 09:44:08 +0000 (11:44 +0200)
committerRich Salz <rsalz@openssl.org>
Thu, 13 Oct 2016 19:36:03 +0000 (15:36 -0400)
commit35a498e431f81f94c4ee2dd451cdfe4d566fef3b
treef68a56257ac575155a7ec3a4553ab945030c14e0
parent4a4c4bf06d6362f56507c787c61b07655563e962
Configure: remove superfluous 0x

The number is taken from the OPENSSL_VERSION_NUMBER which is already
in the hex form.

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1706)
Configure