removed unnessesary header includes

This commit is contained in:
loki
2021-06-08 22:23:39 +02:00
parent 877c739f1b
commit 914f329eea
4 changed files with 9 additions and 8 deletions

View File

@@ -3,7 +3,6 @@
//
#include "crypto.h"
#include <iostream>
#include <openssl/pem.h>
namespace crypto {
using big_num_t = util::safe_ptr<BIGNUM, BN_free>;