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/sha256.h

    r414 r988  
    4343#define HEIM_SHA_H 1
    4444
    45 #if 0
     45#if SHA1_RENAME_NEEDED
    4646/* symbol renaming */
    4747#define SHA1_Init hc_SHA1_Init
    4848#define SHA1_Update hc_SHA1_Update
    4949#define SHA1_Final hc_SHA1_Final
     50#endif
     51#if SHA256_RENAME_NEEDED
     52/* symbol renaming */
    5053#define SHA256_Init hc_SHA256_Init
    5154#define SHA256_Update hc_SHA256_Update
     
    8588typedef struct hc_sha256state SHA256_CTX;
    8689
    87 void SHA256_Init (SHA256_CTX *);
    88 void SHA256_Update (SHA256_CTX *, const void *, size_t);
    89 void SHA256_Final (void *, SHA256_CTX *);
     90void samba_SHA256_Init (SHA256_CTX *);
     91void samba_SHA256_Update (SHA256_CTX *, const void *, size_t);
     92void samba_SHA256_Final (void *, SHA256_CTX *);
    9093
    9194#endif /* HEIM_SHA_H */
Note: See TracChangeset for help on using the changeset viewer.