Changeset 73665 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Aug 14, 2018 5:49:23 PM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/iprt-openssl.h
r69111 r73665 32 32 33 33 RT_C_DECLS_BEGIN 34 struct evp_md_st; 35 struct evp_pkey_st; 34 36 35 37 DECLHIDDEN(void) rtCrOpenSslInit(void); … … 37 39 DECLHIDDEN(int) rtCrOpenSslAddX509CertToStack(void *pvOsslStack, PCRTCRX509CERTIFICATE pCert); 38 40 41 DECLHIDDEN(int) rtCrKeyToOpenSslKey(RTCRKEY hKey, bool fNeedPublic, const char *pszAlgoObjId, 42 struct evp_pkey_st **ppEvpKey, const struct evp_md_st **ppEvpMdType, PRTERRINFO pErrInfo); 43 39 44 RT_C_DECLS_END 40 45 -
trunk/src/VBox/Runtime/include/internal/magics.h
r73412 r73665 35 35 /** Magic number for RTAIOMGRINTFILE::u32Magic. (Ephraim Kishon) */ 36 36 #define RTAIOMGRFILE_MAGIC UINT32_C(0x19240823) 37 /** Magic value for RTCRKEYINT::u32Magic. (Ronald Linn Rivest) */ 38 #define RTCRKEYINT_MAGIC UINT32_C(0x19470506) 37 39 /** Magic number for RTDBGMODINT::u32Magic. (Charles Lloyd) */ 38 40 #define RTDBGAS_MAGIC UINT32_C(0x19380315)
Note:
See TracChangeset
for help on using the changeset viewer.