vpaes-ppc.pl: fix bug in IV handling and comply with ABI.
[openssl.git] / crypto / ecdh / ech_key.c
index ea23a0d261bf76bbff9d74188bf9d2d91ffd44ae..ebd56ee2c9cf868cbc0604b0f611b99740f2ad66 100644 (file)
  *
  */
 
-#include "ecdh.h"
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
+#define OPENSSL_FIPSAPI
+
+#include "ech_locl.h"
 
 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
        EC_KEY *eckey,