Merge pull request #274 from svost/patch
[novacoin.git] / src / ecies.cpp
index fe2fb55..39fe2d7 100644 (file)
@@ -11,7 +11,6 @@
 #include "ies.h"
 #include <iostream>
 #include <vector>
-#include <openssl/ecdh.h>
 
 #define SET_ERROR(string) \
     sprintf(error, "%s %s:%d", (string), __FILE__, __LINE__)