libidav/utils.c

changeset 152
ff854d3df20c
parent 151
a316613205dc
child 153
272173064319
equal deleted inserted replaced
151:a316613205dc 152:ff854d3df20c
34 #include <ucx/string.h> 34 #include <ucx/string.h>
35 #include <ucx/buffer.h> 35 #include <ucx/buffer.h>
36 #include <ucx/utils.h> 36 #include <ucx/utils.h>
37 #include <libxml/tree.h> 37 #include <libxml/tree.h>
38 #include <curl/curl.h> 38 #include <curl/curl.h>
39
40 #ifndef _WIN32
39 #include <termios.h> 41 #include <termios.h>
42 #endif
40 43
41 #include <openssl/sha.h> 44 #include <openssl/sha.h>
42 #include <openssl/hmac.h> 45 #include <openssl/hmac.h>
43 #include <openssl/evp.h> 46 #include <openssl/evp.h>
44 #include <openssl/bio.h> 47 #include <openssl/bio.h>

mercurial