X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=openssl.c;h=56dc52a32d46abe092d6f21d83c02b621d08d625;hp=3cf65e5fa3032ffe379a014d0ac3e59fec3a1b6b;hb=6ede7269d436ab362cf945a497044a831a092196;hpb=e6ba01ae43adfab0a32d976d9aedacc22723ff2e diff --git a/openssl.c b/openssl.c index 3cf65e5f..56dc52a3 100644 --- a/openssl.c +++ b/openssl.c @@ -301,7 +301,7 @@ static int ssl_store_cert(struct client_state *csp, X509* crt) if (len > (sizeof(last->file_buf) - 1)) { log_error(LOG_LEVEL_ERROR, - "X509 PEM cert len %d is larger than buffer len %d", + "X509 PEM cert len %ld is larger than buffer len %lu", len, sizeof(last->file_buf) - 1); len = sizeof(last->file_buf) - 1; }