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/lib/crypto/hmacmd5.c

    r740 r746  
    3737        if (key_len > 64)
    3838        {
    39                 struct MD5Context tctx;
     39                MD5_CTX tctx;
    4040
    4141                MD5Init(&tctx);
     
    9292_PUBLIC_ void hmac_md5_final(uint8_t *digest, HMACMD5Context *ctx)
    9393{
    94         struct MD5Context ctx_o;
     94        MD5_CTX ctx_o;
    9595
    9696        MD5Final(digest, &ctx->ctx);         
Note: See TracChangeset for help on using the changeset viewer.