summaryrefslogtreecommitdiff
path: root/openbsd-compat/base64.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-20 00:22:53 +0000
committerColin Watson <cjwatson@debian.org>2016-12-23 19:08:35 +0000
commitee52365e713e546dbd878d73d9590dbaccd760ba (patch)
tree841d0d9ae73e83070bcc3b46218ebdd18142dda3 /openbsd-compat/base64.h
parent8a4a5c22e363ad6a110ad9b787170297f5da8f04 (diff)
parent2103d3e5566c54e08a59be750579a249e46747d7 (diff)
New upstream release (7.4p1).
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)