security: dissolve private header security/impl/openssl.hpp

It no longer serves a purpose

Change-Id: Ic145460c139dbda969976644352fed3f44fd32ec
diff --git a/tests/unit/security/transform/private-key.t.cpp b/tests/unit/security/transform/private-key.t.cpp
index 9ab5734..077c2e3 100644
--- a/tests/unit/security/transform/private-key.t.cpp
+++ b/tests/unit/security/transform/private-key.t.cpp
@@ -22,7 +22,6 @@
 #include "ndn-cxx/security/transform/private-key.hpp"
 
 #include "ndn-cxx/encoding/buffer-stream.hpp"
-#include "ndn-cxx/security/impl/openssl.hpp"
 #include "ndn-cxx/security/key-params.hpp"
 #include "ndn-cxx/security/transform/base64-decode.hpp"
 #include "ndn-cxx/security/transform/bool-sink.hpp"
@@ -35,8 +34,8 @@
 
 #include "tests/boost-test.hpp"
 
+#include <openssl/opensslv.h>
 #include <boost/mpl/vector.hpp>
-
 #include <sstream>
 
 namespace ndn {