renamed empty_chunk to chunk_empty

This commit is contained in:
Andreas Steffen
2009-04-17 11:00:37 +00:00
parent 3a80181b61
commit 0dd4bc0333
23 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ scep_http_request(const char *url, chunk_t pkcs7, scep_op_t op
CURLcode res;
/* initialize response */
*response = empty_chunk;
*response = chunk_empty;
/* initialize curl context */
curl = curl_easy_init();