Remove OPENSSL_FIPSCANISTER code.
[openssl.git] / crypto / ecdh / ech_ossl.c
index 2656797449e7075cd910bd69deaf4c6c8012b3f5..e25fd4f1d35c9076a328c3cca59bfc18c8382ad5 100644 (file)
@@ -234,15 +234,3 @@ err:
        if (buf) OPENSSL_free(buf);
        return(ret);
        }
-
-#ifdef OPENSSL_FIPSCANISTER
-/* FIPS stanadlone version of ecdh_check: just return FIPS method */
-ECDH_DATA *fips_ecdh_check(EC_KEY *key)
-       {
-       static ECDH_DATA rv = {
-               0,0,0,
-               &openssl_ecdh_meth
-               };
-       return &rv;
-       }
-#endif