Changeset 752 for trunk/server/source4/libnet/libnet_passwd.c
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/source4/libnet/libnet_passwd.c
r745 r752 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.