Changeset 746 for vendor/current/source4/libnet
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/libnet/libnet_passwd.c
r740 r746 275 275 DATA_BLOB confounded_session_key = data_blob_talloc(mem_ctx, NULL, 16); 276 276 uint8_t confounder[16]; 277 struct MD5Contextmd5;277 MD5_CTX md5; 278 278 279 279 if (r->samr_handle.in.info21) { … … 331 331 DATA_BLOB confounded_session_key = data_blob_talloc(mem_ctx, NULL, 16); 332 332 uint8_t confounder[16]; 333 struct MD5Contextmd5;333 MD5_CTX md5; 334 334 335 335 if (!r->samr_handle.in.info21) {
Note:
See TracChangeset
for help on using the changeset viewer.