Implement a stricter ECX_KEY type
[openssl.git] / crypto / ec / curve25519.c
index 6672f5d2490a2c9d20b235aee3d69c4a8cd51648..024f7fe169789a718c492c4c025c9cbd770ae76f 100644 (file)
@@ -14,6 +14,7 @@
 #include "internal/deprecated.h"
 
 #include <string.h>
+#include "crypto/ecx.h"
 #include "ec_local.h"
 #include <openssl/evp.h>
 #include <openssl/sha.h>