aboutsummaryrefslogtreecommitdiff
path: root/util/crypto/rsa_private_key.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/crypto/rsa_private_key.cc')
-rw-r--r--util/crypto/rsa_private_key.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crypto/rsa_private_key.cc b/util/crypto/rsa_private_key.cc
index d0ebd3f5..9571f9f4 100644
--- a/util/crypto/rsa_private_key.cc
+++ b/util/crypto/rsa_private_key.cc
@@ -15,8 +15,8 @@
#include "openssl/evp.h"
#include "openssl/mem.h"
#include "openssl/rsa.h"
-#include "platform/api/logging.h"
#include "util/crypto/openssl_util.h"
+#include "util/logging.h"
namespace openscreen {
RSAPrivateKey::~RSAPrivateKey() = default;