Changeset 2249
- Timestamp:
- 21/08/2008 11:54:57 (4 years ago)
- Location:
- box/trunk/lib/backupclient
- Files:
-
- 2 edited
-
BackupClientCryptoKeys.cpp (modified) (2 diffs)
-
BackupClientCryptoKeys.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupClientCryptoKeys.cpp
r217 r2249 29 29 // 30 30 // -------------------------------------------------------------------------- 31 void BackupClientCryptoKeys_Setup(const char *KeyMaterialFilename)31 void BackupClientCryptoKeys_Setup(const std::string& rKeyMaterialFilename) 32 32 { 33 33 // Read in the key material … … 35 35 36 36 // Open the file 37 FileStream file( KeyMaterialFilename);37 FileStream file(rKeyMaterialFilename); 38 38 // Read in data 39 39 if(!file.ReadFullBuffer(KeyMaterial, BACKUPCRYPTOKEYS_FILE_SIZE, 0)) -
box/trunk/lib/backupclient/BackupClientCryptoKeys.h
r217 r2249 50 50 51 51 52 void BackupClientCryptoKeys_Setup(const char *KeyMaterialFilename);52 void BackupClientCryptoKeys_Setup(const std::string& rKeyMaterialFilename); 53 53 54 54 #endif // BACKUPCLIENTCRYTOKEYS__H
Note: See TracChangeset
for help on using the changeset viewer.
