Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/libnet/libnet_passwd.c

    r740 r746  
    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.