aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/event.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event.cpp b/src/event.cpp
index 347065c..2df1c3a 100644
--- a/src/event.cpp
+++ b/src/event.cpp
@@ -4,7 +4,7 @@
#include <sstream>
#include <string>
#include <nlohmann/json.hpp>
-#include <sha.h>
+#include <openssl/sha.h>
#include "nostr.hpp"
@@ -20,7 +20,7 @@ using std::string;
using std::stringstream;
using std::time;
-namespace nostr
+namespace nostr
{
string Event::serialize()
{