build: Build with system md5.h on OpenIndiana
[samba.git] / lib / crypto / hmacmd5.h
index 91b8ca586c840cd3a07dc8f311b0c1ef845de4eb..aa43d24ff38514a5df0ca3052a64a02df07a891b 100644 (file)
@@ -25,7 +25,7 @@
 
 typedef struct 
 {
-        struct MD5Context ctx;
+        MD5_CTX ctx;
         uint8_t k_ipad[65];    
         uint8_t k_opad[65];