test/ctest.c

changeset 75
c72b250866ab
parent 70
60cecca5e484
equal deleted inserted replaced
74:831928419249 75:c72b250866ab
32 #include <string.h> 32 #include <string.h>
33 #include <ucx/string.h> 33 #include <ucx/string.h>
34 #include <ucx/buffer.h> 34 #include <ucx/buffer.h>
35 #include <ucx/utils.h> 35 #include <ucx/utils.h>
36 #include <libxml/tree.h> 36 #include <libxml/tree.h>
37 #include <curl/curl.h> 37 #include <curl\
38 /curl.h>
38 39
39 #include <openssl/sha.h> 40 #include <openssl/sha.h>
40 #include <openssl/hmac.h> 41 #include <openssl/hmac.h>
41 #include <openssl/evp.h> 42 #include <openssl/evp.h>
42 #include <openssl/bio.h> 43 #include <openssl/bio.h>
46 #include "utils.h" 47 #include "utils.h"
47 #include "crypto.h" 48 #include "crypto.h"
48 #include "webdav.h" 49 #include "webdav.h"
49 50
50 #define MACRO1337 1337L 51 #define MACRO1337 1337L
52
53 static const char* continuation_test = "this is a string\
54 with a continuation";
51 55
52 /* -------------------- This is a testing file. -------------------------- */ 56 /* -------------------- This is a testing file. -------------------------- */
53 /* 57 /*
54 time_t util_parse_creationdate(char *str) { 58 time_t util_parse_creationdate(char *str) {
55 // example: 2012-11-29T21:35:35Z 59 // example: 2012-11-29T21:35:35Z

mercurial