diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2021-02-06 22:36:46 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2021-02-10 23:20:57 +0100 |
commit | 80ce21fe1a425738eb0151ef9fdb975ba3050273 (patch) | |
tree | 5f1f9bc65897014af057ee5e0124bd7aca2752d1 /include/crypto/ecx.h | |
parent | test: turn off parallel tests in verbose mode. (diff) | |
download | openssl-80ce21fe1a425738eb0151ef9fdb975ba3050273.tar.xz openssl-80ce21fe1a425738eb0151ef9fdb975ba3050273.zip |
include/crypto: 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/crypto/ecx.h')
-rw-r--r-- | include/crypto/ecx.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <openssl/opensslconf.h> # ifndef OPENSSL_NO_EC |