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/decoder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/crypto/decoder.h') diff --git a/include/crypto/decoder.h b/include/crypto/decoder.h index f19e8bf841..5d055fecd8 100644 --- a/include/crypto/decoder.h +++ b/include/crypto/decoder.h @@ -9,6 +9,7 @@ #ifndef OSSL_CRYPTO_DECODER_H # define OSSL_CRYPTO_DECODER_H +# pragma once # include -- cgit v1.2.3