[BACK]Return to uuencode.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

File: [local] / src / usr.bin / ssh / Attic / uuencode.h (download)

Revision 1.1, Wed Apr 26 20:56:30 2000 UTC (24 years, 1 month ago) by markus
Branch: MAIN

add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
for trading keys with the real and the original SSH, directly from the
people who invented the SSH protocol.

#ifndef UUENCODE_H
#define UUENCODE_H
int	uuencode(unsigned char *bufin, unsigned int nbytes, char *bufcoded);
int	uudecode(const char *bufcoded, unsigned char *bufplain, int outbufsize);
void	dump_base64(FILE *fp, unsigned char *data, int len);
#endif