summaryrefslogtreecommitdiff
path: root/include/crypto/async.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/async.h')
-rw-r--r--include/crypto/async.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/crypto/async.h b/include/crypto/async.h
index 7bc0dbb65b79..394d16de4f22 100644
--- a/include/crypto/async.h
+++ b/include/crypto/async.h
@@ -8,10 +8,10 @@
*/
#ifndef OSSL_CRYPTO_ASYNC_H
-# define OSSL_CRYPTO_ASYNC_H
-# pragma once
+#define OSSL_CRYPTO_ASYNC_H
+#pragma once
-# include <openssl/async.h>
+#include <openssl/async.h>
int async_init(void);
void async_deinit(void);