summaryrefslogtreecommitdiff
path: root/src/lib/crypt
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypt')
-rw-r--r--src/lib/crypt/openssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypt/openssl.c b/src/lib/crypt/openssl.c
index 1824d879..03662914 100644
--- a/src/lib/crypt/openssl.c
+++ b/src/lib/crypt/openssl.c
@@ -29,8 +29,6 @@
#include <ouroboros/random.h>
#include <ouroboros/utils.h>
-#include <assert.h>
-
#include <openssl/evp.h>
#include <openssl/bio.h>
#include <openssl/ec.h>
@@ -39,6 +37,8 @@
#include <openssl/x509v3.h>
#include <openssl/x509_vfy.h>
+#include <assert.h>
+
/*
* Derive the common secret from
* - your public key pair (kp)