diff options
Diffstat (limited to 'crypto/openssh/uuencode.h')
-rw-r--r-- | crypto/openssh/uuencode.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/openssh/uuencode.h b/crypto/openssh/uuencode.h deleted file mode 100644 index c92c62744cc2a..0000000000000 --- a/crypto/openssh/uuencode.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef UUENCODE_H -#define UUENCODE_H -int uuencode(unsigned char *src, unsigned int srclength, char *target, size_t targsize); -int uudecode(const char *src, unsigned char *target, size_t targsize); -void dump_base64(FILE *fp, unsigned char *data, int len); -#endif |