summaryrefslogtreecommitdiff
path: root/openbsd-compat/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/base64.h')
-rw-r--r--openbsd-compat/base64.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsd-compat/base64.h b/openbsd-compat/base64.h
index 732c6b3f8..bd772931b 100644
--- a/openbsd-compat/base64.h
+++ b/openbsd-compat/base64.h
@@ -1,5 +1,3 @@
1/* $Id: base64.h,v 1.6 2003/08/29 16:59:52 mouring Exp $ */
2
3/* 1/*
4 * Copyright (c) 1996 by Internet Software Consortium. 2 * Copyright (c) 1996 by Internet Software Consortium.
5 * 3 *
@@ -49,7 +47,7 @@
49 47
50#ifndef HAVE___B64_NTOP 48#ifndef HAVE___B64_NTOP
51# ifndef HAVE_B64_NTOP 49# ifndef HAVE_B64_NTOP
52int b64_ntop(u_char const *src, size_t srclength, char *target, 50int b64_ntop(u_char const *src, size_t srclength, char *target,
53 size_t targsize); 51 size_t targsize);
54# endif /* !HAVE_B64_NTOP */ 52# endif /* !HAVE_B64_NTOP */
55# define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d) 53# define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d)