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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/base64.h b/openbsd-compat/base64.h
index 732c6b3f8..0774ce2aa 100644
--- a/openbsd-compat/base64.h
+++ b/openbsd-compat/base64.h
@@ -49,7 +49,7 @@
49 49
50#ifndef HAVE___B64_NTOP 50#ifndef HAVE___B64_NTOP
51# ifndef HAVE_B64_NTOP 51# ifndef HAVE_B64_NTOP
52int b64_ntop(u_char const *src, size_t srclength, char *target, 52int b64_ntop(u_char const *src, size_t srclength, char *target,
53 size_t targsize); 53 size_t targsize);
54# endif /* !HAVE_B64_NTOP */ 54# endif /* !HAVE_B64_NTOP */
55# define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d) 55# define __b64_ntop(a,b,c,d) b64_ntop(a,b,c,d)