Changeset 100421 in vbox for trunk/src/VBox/Runtime/common/crypto/pkcs8-internal.h
- Timestamp:
- Jul 6, 2023 7:24:56 PM (19 months ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/pkcs8-internal.h
r99258 r100421 1 1 /* $Id$ */ 2 2 /** @file 3 * IPRT - Crypto - RSA, Internal Header.3 * IPRT - Crypto - PKCS \#8, Internal Header. 4 4 */ 5 5 … … 35 35 */ 36 36 37 #ifndef IPRT_INCLUDED_SRC_common_crypto_ rsa_internal_h38 #define IPRT_INCLUDED_SRC_common_crypto_ rsa_internal_h37 #ifndef IPRT_INCLUDED_SRC_common_crypto_pkcs8_internal_h 38 #define IPRT_INCLUDED_SRC_common_crypto_pkcs8_internal_h 39 39 #ifndef RT_WITHOUT_PRAGMA_ONCE 40 40 # pragma once … … 44 44 #define RTCRRSA_MAX_MODULUS_BITS 16384 45 45 46 #define RTASN1TMPL_TEMPLATE_FILE "../common/crypto/ rsa-template.h"46 #define RTASN1TMPL_TEMPLATE_FILE "../common/crypto/pkcs8-template.h" 47 47 #include <iprt/asn1-generator-internal-header.h> 48 48 49 #endif /* !IPRT_INCLUDED_SRC_common_crypto_rsa_internal_h */ 50 49 #endif /* !IPRT_INCLUDED_SRC_common_crypto_pkcs8_internal_h */
Note:
See TracChangeset
for help on using the changeset viewer.