summaryrefslogtreecommitdiffstats
path: root/include/internal/property.h
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2021-02-06 22:14:03 +0100
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2021-02-10 23:20:58 +0100
commit3a111aadc3d24e0f325497f830a59295d0616e98 (patch)
tree73874bd905198f90c430a77e2a4252d71568fab8 /include/internal/property.h
parentd59068bd145ad6def4cd0cff2ea2acae28543e8a (diff)
include/internal: add a few missing #pragma once directives
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/14096)
Diffstat (limited to 'include/internal/property.h')
-rw-r--r--include/internal/property.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/property.h b/include/internal/property.h
index f2682a1fed..a5335110a8 100644
--- a/include/internal/property.h
+++ b/include/internal/property.h
@@ -10,8 +10,9 @@
#ifndef OSSL_INTERNAL_PROPERTY_H
# define OSSL_INTERNAL_PROPERTY_H
+# pragma once
-#include "internal/cryptlib.h"
+# include "internal/cryptlib.h"
typedef struct ossl_method_store_st OSSL_METHOD_STORE;
typedef struct ossl_property_list_st OSSL_PROPERTY_LIST;