aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.cpp
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-10-11 13:51:15 -0400
committerCameron Katri <me@cameronkatri.com>2021-10-11 13:51:15 -0400
commit8fd009055273c450d442aa6fce969d0e860e34b1 (patch)
treee8ebe3d3b0dbdefb762a5affddf8ade4f8d3646e /ldid.cpp
parent572d89dc95418fc4349641e3b3bb41b456409a87 (diff)
downloadldid-8fd009055273c450d442aa6fce969d0e860e34b1.tar.gz
ldid-8fd009055273c450d442aa6fce969d0e860e34b1.tar.zst
ldid-8fd009055273c450d442aa6fce969d0e860e34b1.zip
Fix indention of #if block
Diffstat (limited to 'ldid.cpp')
-rw-r--r--ldid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldid.cpp b/ldid.cpp
index 08dcf55..4715192 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -45,7 +45,7 @@
#ifndef LDID_NOSMIME
#include <openssl/opensslv.h>
# if OPENSSL_VERSION_NUM >= 0x30000000
-#include <openssl/provider.h>
+# include <openssl/provider.h>
# endif
#include <openssl/err.h>
#include <openssl/pem.h>