Skip to content
Snippets Groups Projects
Commit 537b571c authored by Steve Holme's avatar Steve Holme
Browse files

sasl: Fixed compilation warning

warning: no previous prototype for 'Curl_sasl_create_digest_md5_message'
parent fe15ea67
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@
#include <curl/curl.h>
#include "curl_sasl.h"
#include "urldata.h"
#include "curl_base64.h"
#include "warnless.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment