Changeset 74302 in vbox
- Timestamp:
- Sep 17, 2018 4:41:32 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125108
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/crypto/ssl.h
r74295 r74302 129 129 #endif 130 130 131 -
trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp
r74300 r74302 23 23 * terms and conditions of either the GPL or the CDDL or both. 24 24 */ 25 26 #ifdef IPRT_WITH_OPENSSL 25 #ifdef IPRT_WITH_OPENSSL /* whole file */ 26 27 27 28 28 /*********************************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.