summaryrefslogtreecommitdiff
path: root/uuencode.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-09 15:28:41 +1000
committerDamien Miller <djm@mindrot.org>2000-05-09 15:28:41 +1000
commit75edac3366133f83d10ad8c560db7d28e48305f3 (patch)
treeb6317fd727d1df4bc4e0a63780228ffd09fc3166 /uuencode.c
parent2a44f8938d5ea02aa622bc3106988db26d9d74d6 (diff)
downloadopenssh-git-75edac3366133f83d10ad8c560db7d28e48305f3.tar.gz
- Cleanup of bsd-base64 headers, bugfix definitions of __b64_*. Reported
by Andre Lucas <andre.lucas@dial.pipex.com>
Diffstat (limited to 'uuencode.c')
-rw-r--r--uuencode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uuencode.c b/uuencode.c
index fc84d5a5..2540d756 100644
--- a/uuencode.c
+++ b/uuencode.c
@@ -4,8 +4,6 @@
#include "includes.h"
#include "xmalloc.h"
-#include <resolv.h>
-
int
uuencode(unsigned char *src, unsigned int srclength,
char *target, size_t targsize)