Commit bd649ac1 authored by Gisle Vanem's avatar Gisle Vanem Committed by Yang Tse
Browse files

polarssl.c: fix header filename typo

parent 70b51734
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
#include "connect.h" /* for the connect timeout */
#include "select.h"
#include "rawstr.h"
#include "polarsslthreadlock.h"
#include "polarssl_threadlock.h"

#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>