Remove GOST again

The config for the removed GOST engine reappeared by mistake.  Now
removed again.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
diff --git a/Configure b/Configure
index b1d6259..20ee02d 100755
--- a/Configure
+++ b/Configure
@@ -275,7 +275,6 @@
     "ec_nistp_64_gcc_128",
     "engine",
     "err",			# Really???
-    "gost",
     "heartbeats",
     "hmac",
     "hw(-.+)?",
@@ -358,9 +357,7 @@
     "zlib"		=> [ "zlib-dynamic" ],
     "rijndael"		=> [ "aes" ],
     "des"		=> [ "mdc2" ],
-    "ec"		=> [ "ecdsa", "ecdh", "gost" ],
-    "dsa"		=> [ "gost" ],
-    "dh"		=> [ "gost" ],
+    "ec"		=> [ "ecdsa", "ecdh" ],
     "psk"		=> [ "jpake" ],
 
     "dgram"		=> [ "dtls" ],
@@ -761,8 +758,6 @@
 		{ $no_sse2 = 1; }
 	elsif (/^engine$/)
 		{ @{$config{dirs}} = grep !/^engine$/, @{$config{dirs}}; }
-	elsif (/^gost$/)
-		{ @{$config{engdirs}} = grep !/^ccgost$/, @{$config{engdirs}}; }
 	else
 		{
 		my ($ALGO, $algo);