Changeset 76560 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Jan 1, 2019 3:01:10 AM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/common/crypto
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/key-internal.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___common_crypto_keys_internal_h28 #define ___common_crypto_keys_internal_h27 #ifndef IPRT_INCLUDED_SRC_common_crypto_key_internal_h 28 #define IPRT_INCLUDED_SRC_common_crypto_key_internal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/common/crypto/pkcs7-internal.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___common_crypto_pkcs7_internal_h28 #define ___common_crypto_pkcs7_internal_h27 #ifndef IPRT_INCLUDED_SRC_common_crypto_pkcs7_internal_h 28 #define IPRT_INCLUDED_SRC_common_crypto_pkcs7_internal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/common/crypto/pkix-signature-builtin.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___common_crypto_pkix_signature_builtin_h28 #define ___common_crypto_pkix_signature_builtin_h27 #ifndef IPRT_INCLUDED_SRC_common_crypto_pkix_signature_builtin_h 28 #define IPRT_INCLUDED_SRC_common_crypto_pkix_signature_builtin_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/common/crypto/rsa-internal.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___common_crypto_rsa_internal_h28 #define ___common_crypto_rsa_internal_h27 #ifndef IPRT_INCLUDED_SRC_common_crypto_rsa_internal_h 28 #define IPRT_INCLUDED_SRC_common_crypto_rsa_internal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/common/crypto/spc-internal.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___common_crypto_spc_internal_h28 #define ___common_crypto_spc_internal_h27 #ifndef IPRT_INCLUDED_SRC_common_crypto_spc_internal_h 28 #define IPRT_INCLUDED_SRC_common_crypto_spc_internal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/common/crypto/store-internal.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___common_crypto_store_internal_h28 #define ___common_crypto_store_internal_h27 #ifndef IPRT_INCLUDED_SRC_common_crypto_store_internal_h 28 #define IPRT_INCLUDED_SRC_common_crypto_store_internal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/common/crypto/taf-internal.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___common_crypto_taf_internal_h28 #define ___common_crypto_taf_internal_h27 #ifndef IPRT_INCLUDED_SRC_common_crypto_taf_internal_h 28 #define IPRT_INCLUDED_SRC_common_crypto_taf_internal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/common/crypto/tsp-internal.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___common_crypto_tsp_internal_h28 #define ___common_crypto_tsp_internal_h27 #ifndef IPRT_INCLUDED_SRC_common_crypto_tsp_internal_h 28 #define IPRT_INCLUDED_SRC_common_crypto_tsp_internal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once -
trunk/src/VBox/Runtime/common/crypto/x509-internal.h
r76553 r76560 25 25 */ 26 26 27 #ifndef ___common_crypto_x509_internal_h28 #define ___common_crypto_x509_internal_h27 #ifndef IPRT_INCLUDED_SRC_common_crypto_x509_internal_h 28 #define IPRT_INCLUDED_SRC_common_crypto_x509_internal_h 29 29 #ifndef RT_WITHOUT_PRAGMA_ONCE 30 30 # pragma once
Note:
See TracChangeset
for help on using the changeset viewer.