Changeset 76585 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Jan 1, 2019 6:31:29 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
r76560 r76585 108 108 PRTERRINFO pErrInfo, const char *pszErrorTag); 109 109 110 #endif 110 #endif /* !IPRT_INCLUDED_SRC_common_crypto_key_internal_h */ -
trunk/src/VBox/Runtime/common/crypto/pkcs7-internal.h
r76560 r76585 34 34 #include <iprt/asn1-generator-internal-header.h> 35 35 36 #endif 36 #endif /* !IPRT_INCLUDED_SRC_common_crypto_pkcs7_internal_h */ 37 37 -
trunk/src/VBox/Runtime/common/crypto/pkix-signature-builtin.h
r76560 r76585 35 35 extern DECLHIDDEN(RTCRPKIXSIGNATUREDESC const) g_rtCrPkixSigningHashWithRsaDesc; 36 36 37 #endif 37 #endif /* !IPRT_INCLUDED_SRC_common_crypto_pkix_signature_builtin_h */ 38 38 -
trunk/src/VBox/Runtime/common/crypto/rsa-internal.h
r76560 r76585 37 37 #include <iprt/asn1-generator-internal-header.h> 38 38 39 #endif 39 #endif /* !IPRT_INCLUDED_SRC_common_crypto_rsa_internal_h */ 40 40 -
trunk/src/VBox/Runtime/common/crypto/spc-internal.h
r76560 r76585 34 34 #include <iprt/asn1-generator-internal-header.h> 35 35 36 #endif 36 #endif /* !IPRT_INCLUDED_SRC_common_crypto_spc_internal_h */ 37 37 -
trunk/src/VBox/Runtime/common/crypto/store-internal.h
r76560 r76585 163 163 DECLHIDDEN(int) rtCrStoreCreate(PCRTCRSTOREPROVIDER pProvider, void *pvProvider, PRTCRSTORE phStore); 164 164 165 #endif 165 #endif /* !IPRT_INCLUDED_SRC_common_crypto_store_internal_h */ 166 166 -
trunk/src/VBox/Runtime/common/crypto/taf-internal.h
r76560 r76585 34 34 #include <iprt/asn1-generator-internal-header.h> 35 35 36 #endif 36 #endif /* !IPRT_INCLUDED_SRC_common_crypto_taf_internal_h */ 37 37 -
trunk/src/VBox/Runtime/common/crypto/tsp-internal.h
r76560 r76585 34 34 #include <iprt/asn1-generator-internal-header.h> 35 35 36 #endif 36 #endif /* !IPRT_INCLUDED_SRC_common_crypto_tsp_internal_h */ 37 37 -
trunk/src/VBox/Runtime/common/crypto/x509-internal.h
r76560 r76585 34 34 #include <iprt/asn1-generator-internal-header.h> 35 35 36 #endif 36 #endif /* !IPRT_INCLUDED_SRC_common_crypto_x509_internal_h */ 37 37
Note:
See TracChangeset
for help on using the changeset viewer.