]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/base64.h
declare ssh_gssapi_krb5_updatecreds() before reference
[gssapi-openssh.git] / openssh / openbsd-compat / base64.h
index 4e807cbc90a6ba46504c90ab4e54983c3143c2cb..0ebfdd31b6a4dbd56d7c7bc5f5582d3e8deebce1 100644 (file)
@@ -9,15 +9,10 @@
 # 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
-#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 /* HAVE___B64_NTOP */
 
-#endif /* _BSD_BASE64_H */
+#endif /* _BSD_BINRESVPORT_H */
This page took 0.169031 seconds and 4 git commands to generate.