build: Build with system md5.h on OpenIndiana
[amitay/samba.git] / source4 / torture / rpc / samlogon.c
index bd85c229ac8e66b4d830076f8694b8577620b525..48610383050de906f51f5ab38492956b12d3e556 100644 (file)
@@ -1083,7 +1083,7 @@ static bool test_ntlm2(struct samlogon_state *samlogon_state, char **error_strin
        uint8_t session_nonce_hash[16];
        uint8_t client_chall[8];
 
-       struct MD5Context md5_session_nonce_ctx;
+       MD5_CTX md5_session_nonce_ctx;
        HMACMD5Context hmac_ctx;
 
        ZERO_STRUCT(user_session_key);