Check for selftest failure in various places.
[openssl.git] / crypto / ecdh / ech_key.c
index f44da9298b5e5655a103f9b1646fcf969b76640f..ebd56ee2c9cf868cbc0604b0f611b99740f2ad66 100644 (file)
  *
  */
 
+#define OPENSSL_FIPSAPI
+
 #include "ech_locl.h"
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
        EC_KEY *eckey,