comparison dbutil.h @ 839:33207ed1174b

Merge in ECC
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Oct 2013 22:57:21 +0800
parents 4095b6d7c9fc
children 80af450dae76
comparison
equal deleted inserted replaced
834:e378da7eae5d 839:33207ed1174b
55 55
56 #ifdef DEBUG_TRACE 56 #ifdef DEBUG_TRACE
57 void dropbear_trace(const char* format, ...) ATTRIB_PRINTF(1,2); 57 void dropbear_trace(const char* format, ...) ATTRIB_PRINTF(1,2);
58 void dropbear_trace2(const char* format, ...) ATTRIB_PRINTF(1,2); 58 void dropbear_trace2(const char* format, ...) ATTRIB_PRINTF(1,2);
59 void printhex(const char * label, const unsigned char * buf, int len); 59 void printhex(const char * label, const unsigned char * buf, int len);
60 void printmpint(const char *label, mp_int *mp);
60 extern int debug_trace; 61 extern int debug_trace;
61 #endif 62 #endif
62 63
63 char * stripcontrol(const char * text); 64 char * stripcontrol(const char * text);
64 void get_socket_address(int fd, char **local_host, char **local_port, 65 void get_socket_address(int fd, char **local_host, char **local_port,