lib/crypto: rename the SHA256_ functions to samba_SHA256_
[samba.git] / lib / crypto / sha256.h
index 4a5f2cbe9471a167ecae43bcec87818873b2f0c0..7ee8fac73cb8d5db74e70a19416426832003f55e 100644 (file)
@@ -84,8 +84,8 @@ struct hc_sha256state {
 
 typedef struct hc_sha256state SHA256_CTX;
 
-void SHA256_Init (SHA256_CTX *);
-void SHA256_Update (SHA256_CTX *, const void *, size_t);
-void SHA256_Final (void *, SHA256_CTX *);
+void samba_SHA256_Init (SHA256_CTX *);
+void samba_SHA256_Update (SHA256_CTX *, const void *, size_t);
+void samba_SHA256_Final (void *, SHA256_CTX *);
 
 #endif /* HEIM_SHA_H */