Changeset 76507 in vbox for trunk/include/iprt/crypto
- Timestamp:
- Dec 30, 2018 3:43:09 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127808
- Location:
- trunk/include/iprt/crypto
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/applecodesign.h
r74733 r76507 24 24 */ 25 25 26 27 26 #ifndef ___iprt_crypto_applecodesign_h 28 27 #define ___iprt_crypto_applecodesign_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 29 31 30 32 #include <iprt/types.h> -
trunk/include/iprt/crypto/cipher.h
r74330 r76507 26 26 #ifndef ___iprt_crypto_cipher_h 27 27 #define ___iprt_crypto_cipher_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/asn1.h> -
trunk/include/iprt/crypto/digest.h
r73819 r76507 26 26 #ifndef ___iprt_crypto_digest_h 27 27 #define ___iprt_crypto_digest_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/asn1.h> -
trunk/include/iprt/crypto/key.h
r74295 r76507 26 26 #ifndef ___iprt_crypto_key_h 27 27 #define ___iprt_crypto_key_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/crypto/x509.h> -
trunk/include/iprt/crypto/misc.h
r74312 r76507 26 26 #ifndef ___iprt_crypto_misc_h 27 27 #define ___iprt_crypto_misc_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/iprt/crypto/pem.h
r73749 r76507 26 26 #ifndef ___iprt_crypto_pem_h 27 27 #define ___iprt_crypto_pem_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/iprt/crypto/pkcs7.h
r74760 r76507 26 26 #ifndef ___iprt_crypto_pkcs7_h 27 27 #define ___iprt_crypto_pkcs7_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/asn1.h> -
trunk/include/iprt/crypto/pkix.h
r73819 r76507 26 26 #ifndef ___iprt_crypto_pkix_h 27 27 #define ___iprt_crypto_pkix_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/asn1.h> -
trunk/include/iprt/crypto/rc4.h
r74712 r76507 26 26 #ifndef ___iprt_crypto_rc4_h 27 27 #define ___iprt_crypto_rc4_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/types.h> -
trunk/include/iprt/crypto/rsa.h
r69105 r76507 26 26 #ifndef ___iprt_crypto_spc_h 27 27 #define ___iprt_crypto_spc_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/asn1.h> -
trunk/include/iprt/crypto/spc.h
r69105 r76507 26 26 #ifndef ___iprt_crypto_spc_h 27 27 #define ___iprt_crypto_spc_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/asn1.h> -
trunk/include/iprt/crypto/ssl.h
r74302 r76507 26 26 #ifndef ___iprt_ssl_h 27 27 #define ___iprt_ssl_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/cdefs.h> -
trunk/include/iprt/crypto/store.h
r69105 r76507 26 26 #ifndef ___iprt_crypto_store_h 27 27 #define ___iprt_crypto_store_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/crypto/x509.h> -
trunk/include/iprt/crypto/taf.h
r69105 r76507 26 26 #ifndef ___iprt_crypto_taf_h 27 27 #define ___iprt_crypto_taf_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/asn1.h> -
trunk/include/iprt/crypto/tsp.h
r69105 r76507 26 26 #ifndef ___iprt_crypto_tsp_h 27 27 #define ___iprt_crypto_tsp_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/asn1.h> -
trunk/include/iprt/crypto/x509.h
r69105 r76507 26 26 #ifndef ___iprt_crypto_x509_h 27 27 #define ___iprt_crypto_x509_h 28 #ifndef RT_WITHOUT_PRAGMA_ONCE 29 # pragma once 30 #endif 28 31 29 32 #include <iprt/asn1.h>
Note:
See TracChangeset
for help on using the changeset viewer.