summaryrefslogtreecommitdiff
path: root/dpi/https.c
diff options
context:
space:
mode:
Diffstat (limited to 'dpi/https.c')
-rw-r--r--dpi/https.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dpi/https.c b/dpi/https.c
index 961fc2d6..ba6c73a9 100644
--- a/dpi/https.c
+++ b/dpi/https.c
@@ -291,7 +291,7 @@ static int get_network_connection(char * url)
int s;
int url_offset = 0;
int portnum = 443;
- unsigned int url_look_up_length = 0;
+ uint_t url_look_up_length = 0;
char * url_look_up = NULL;
/*Determine how much of url we chop off as unneeded*/
@@ -580,7 +580,7 @@ static int save_certificate_home(X509 * cert)
char buf[4096];
FILE * fp = NULL;
- unsigned int i = 0;
+ uint_t i = 0;
int retval = 1;
/*Attempt to create .dillo/certs blindly - check later*/