Ignore:
Timestamp:
Nov 29, 2012, 2:06:31 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9 2nd part

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source4/libnet/libnet_passwd.c

    r745 r752  
    275275        DATA_BLOB confounded_session_key = data_blob_talloc(mem_ctx, NULL, 16);
    276276        uint8_t confounder[16];
    277         struct MD5Context md5;
     277        MD5_CTX md5;
    278278
    279279        if (r->samr_handle.in.info21) {
     
    331331        DATA_BLOB confounded_session_key = data_blob_talloc(mem_ctx, NULL, 16);
    332332        uint8_t confounder[16];
    333         struct MD5Context md5;
     333        MD5_CTX md5;
    334334
    335335        if (!r->samr_handle.in.info21) {
Note: See TracChangeset for help on using the changeset viewer.