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/ecx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/crypto/ecx.h') diff --git a/include/crypto/ecx.h b/include/crypto/ecx.h index df04cdb562..663cdfc566 100644 --- a/include/crypto/ecx.h +++ b/include/crypto/ecx.h @@ -11,6 +11,8 @@ #ifndef OSSL_CRYPTO_ECX_H # define OSSL_CRYPTO_ECX_H +# pragma once + # include # ifndef OPENSSL_NO_EC -- cgit v1.2.3