Changeset 96408 in vbox for trunk/src/libs/openssl-3.0.3
- Timestamp:
- Aug 22, 2022 6:20:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.3/openssl-mangling.h
r96407 r96408 26 26 */ 27 27 28 #ifndef VBOX_INCLUDED_SRC_openssl_3_0_3_openssl_mangling_h 29 #define VBOX_INCLUDED_SRC_openssl_3_0_3_openssl_mangling_h 30 #ifndef RT_WITHOUT_PRAGMA_ONCE 31 # pragma once 32 #endif 28 #ifndef ___openssl_mangling_h___ 29 #define ___openssl_mangling_h___ 33 30 # ifdef VBOX_IN_EXTPACK 34 31 # define OPENSSL_MANGLER(a_Name) OracleExtPack_ ## a_Name … … 77600 77597 # endif 77601 77598 #endif 77602 #endif /* !VBOX_INCLUDED_SRC_openssl_3_0_3_openssl_mangling_h */77599 #endif 77603 77600
Note:
See TracChangeset
for help on using the changeset viewer.