Add b64_pton as well.

This commit is contained in:
Nicholas Marriott
2017-01-22 19:12:15 +00:00
parent 61af9d7cc2
commit acf331f7f1
4 changed files with 155 additions and 20 deletions

View File

@ -242,9 +242,11 @@ void setproctitle(const char *, ...);
#endif
#ifndef HAVE_B64_NTOP
/* b64_ntop.c */
#undef b64_ntop /* for Cygwin */
/* base64.c */
#undef b64_ntop
#undef b64_pton
int b64_ntop(const char *, size_t, char *, size_t);
int b64_pton(const char *, u_char *, size_t);
#endif
#ifndef HAVE_FORKPTY