]> andersk Git - openssh.git/blobdiff - openbsd-compat/base64.h
- (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.com
[openssh.git] / openbsd-compat / base64.h
index a49bea460b3529da2120e07a13b3089315c0617c..4e807cbc90a6ba46504c90ab4e54983c3143c2cb 100644 (file)
@@ -9,10 +9,15 @@
 # ifndef HAVE_B64_NTOP
 int b64_ntop(u_char const *src, size_t srclength, char *target, 
     size_t targsize);
-int b64_pton(char const *src, u_char *target, size_t targsize);
 # endif /* !HAVE_B64_NTOP */
 # define __b64_ntop b64_ntop
-# define __b64_pton b64_pton
 #endif /* HAVE___B64_NTOP */
 
+#ifndef HAVE___B64_PTON
+# ifndef HAVE_B64_PTON
+int b64_pton(char const *src, u_char *target, size_t targsize);
+# endif /* !HAVE_B64_PTON */
+# define __b64_pton b64_pton
+#endif /* HAVE___B64_PTON */
+
 #endif /* _BSD_BASE64_H */
This page took 0.056055 seconds and 4 git commands to generate.