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/rsa.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/crypto/rsa.h') diff --git a/include/crypto/rsa.h b/include/crypto/rsa.h index 599978dc3b..62087b347e 100644 --- a/include/crypto/rsa.h +++ b/include/crypto/rsa.h @@ -9,6 +9,7 @@ #ifndef OSSL_INTERNAL_RSA_H # define OSSL_INTERNAL_RSA_H +# pragma once # include # include -- cgit v1.2.3