certtool-common.h | certtool-common.h | |||
---|---|---|---|---|
skipping to change at line 119 | skipping to change at line 119 | |||
void print_dsa_pkey(FILE * outfile, gnutls_datum_t * x, gnutls_datum_t * y, | void print_dsa_pkey(FILE * outfile, gnutls_datum_t * x, gnutls_datum_t * y, | |||
gnutls_datum_t * p, gnutls_datum_t * q, | gnutls_datum_t * p, gnutls_datum_t * q, | |||
gnutls_datum_t * g, int cprint); | gnutls_datum_t * g, int cprint); | |||
FILE *safe_open_rw(const char *file, int privkey_op); | FILE *safe_open_rw(const char *file, int privkey_op); | |||
const char *get_password(common_info_st * cinfo, unsigned int *flags, | const char *get_password(common_info_st * cinfo, unsigned int *flags, | |||
int confirm); | int confirm); | |||
extern unsigned char *lbuffer; | extern unsigned char *lbuffer; | |||
extern int lbuffer_size; | extern unsigned long lbuffer_size; | |||
void fix_lbuffer(unsigned); | void fix_lbuffer(unsigned long); | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |