Initialize libsodium and remove openssl headers from util.cpp

This commit is contained in:
Sean Bowe
2016-03-18 17:48:00 -06:00
committed by Taylor Hornby
parent 41d4eb705b
commit 6806256b80
3 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,3 @@
#include <openssl/rand.h>
#include <openssl/err.h>
#include <string>
#include <iostream>
#include <fstream>