summaryrefslogtreecommitdiffstats
path: root/include/crypto/async.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/async.h')
-rw-r--r--include/crypto/async.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/crypto/async.h b/include/crypto/async.h
index e9a89da314..691148858c 100644
--- a/include/crypto/async.h
+++ b/include/crypto/async.h
@@ -7,8 +7,13 @@
* https://www.openssl.org/source/license.html
*/
-#include <openssl/async.h>
+#ifndef OSSL_CRYPTO_ASYNC_H
+# define OSSL_CRYPTO_ASYNC_H
+# pragma once
+
+# include <openssl/async.h>
int async_init(void);
void async_deinit(void);
+#endif