From 80ce21fe1a425738eb0151ef9fdb975ba3050273 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Sat, 6 Feb 2021 22:36:46 +0100 Subject: include/crypto: add a few missing #pragma once directives Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/14096) --- include/crypto/async.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/crypto/async.h') 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 +#ifndef OSSL_CRYPTO_ASYNC_H +# define OSSL_CRYPTO_ASYNC_H +# pragma once + +# include int async_init(void); void async_deinit(void); +#endif -- cgit v1.2.3