Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/crypto/hmacsha256.h

    r414 r988  
    3434void hmac_sha256_init(const uint8_t *key, size_t key_len, struct HMACSHA256Context *ctx);
    3535void hmac_sha256_update(const uint8_t *data, size_t data_len, struct HMACSHA256Context *ctx);
    36 void hmac_sha256_final(uint8_t digest[20], struct HMACSHA256Context *ctx);
     36void hmac_sha256_final(uint8_t digest[SHA256_DIGEST_LENGTH], struct HMACSHA256Context *ctx);
    3737
    3838#endif /* _HMAC_SHA256_H */
Note: See TracChangeset for help on using the changeset viewer.