- Removed sha1 code

- ifdef unused SOAP encoding
This commit is contained in:
Olof hagsand 2021-04-24 22:04:05 +02:00
parent 030715df61
commit 448b56ca0c
8 changed files with 18 additions and 495 deletions

View file

@ -1253,7 +1253,7 @@ restconf_accept_client(int fd,
/*
* Register callbacks for actual data socket
*/
#ifdef LIBEVENT_POS_PATCH
#ifdef RESTCONF_LIBEVENT_POS_PATCH
/* patch to keep track os position in output buffer
* cannot use drain/copyout since the start position is "freezed" in bufferevent_socket_new
*/