- 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

@ -48,7 +48,9 @@ enum target_type{ /* netconf */
};
enum transport_type{
NETCONF_SSH, /* RFC 4742 */
#ifdef NOTUSED
NETCONF_SOAP, /* RFC 4743 */
#endif
};
enum test_option{ /* edit-config */
@ -74,7 +76,6 @@ extern int cc_closed;
int add_preamble(cbuf *xf);
int add_postamble(cbuf *xf);
int add_error_preamble(cbuf *xf, char *reason);
char *netconf_get_target(cxobj *xn, char *path);
int add_error_postamble(cbuf *xf);
int netconf_output(int s, cbuf *xf, char *msg);
int netconf_output_encap(int s, cbuf *cb, char *msg);