Add support for C++ in Configure
authorRichard Levitte <levitte@openssl.org>
Wed, 12 Oct 2016 13:30:08 +0000 (15:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Oct 2016 14:37:54 +0000 (16:37 +0200)
commitea241958501b65d2fc70ecc1642bd1af70a0db9d
tree544066447d8bc9103b4fbaa52de0aa2a5dc2a350
parent6dcba070a94b1ead92f3e327cf207a0b7db6596f
Add support for C++ in Configure

A note: this will form object file names by changing '.cc' to
'_cc.o'.  This will permit other configuration code to recognise these
object files were built for C++ rather than C.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/README
Configure