- Timestamp:
- Sep 10, 2015 7:25:06 PM (9 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/RTCrStoreCertAddWantedFromFishingExpedition.cpp
r57697 r57698 192 192 "/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/ssl_certs/" 193 193 #endif 194 #ifdef RT_OS_SOLARIS 195 "/etc/certs/", 196 "/etc/crypto/certs/", 194 197 #ifdef RT_OS_WINDOWS 195 198 "${AllProgramFiles}/Git/ssl/certs/", -
trunk/src/VBox/Runtime/generic/RTCrStoreCreateSnapshotById-generic.cpp
r57681 r57698 68 68 UNIX_ROOT "/etc/pki/tls/certs/ca-bundle.crt", /* Oracle Linux 5 */ 69 69 UNIX_ROOT "/etc/pki/tls/cert.pem", 70 UNIX_ROOT "/etc/certs/ca-certificates.crt", /* Solaris 11 */ 70 71 UNIX_ROOT "/etc/curl/curlCA", 71 72 }; … … 79 80 UNIX_ROOT "/etc/ssl/certs/", 80 81 UNIX_ROOT "/etc/ca-certificates/extracted/cadir/", 82 UNIX_ROOT "/etc/certs/CA/", /* Solaris 11 */ 81 83 }; 82 84
Note:
See TracChangeset
for help on using the changeset viewer.