Refactor config - throw away '--test-sanity'
authorRichard Levitte <levitte@openssl.org>
Mon, 18 May 2015 10:51:16 +0000 (12:51 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 20 Jan 2016 19:51:38 +0000 (20:51 +0100)
commitbb56561adbb6d2728b05e2df08c0575c38a46249
tree0e5ade357eaacea7c623dba7dda0d6d1ed1ce2bb
parent76ffb43d1ade66ca60f977aabdbf43995615da92
Refactor config - throw away '--test-sanity'

Get rid of the --test-sanity option.  Since we no longer have string
based configurations, we don't have the problem with miscounting
colons any more.

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