search for: have_b64_ntop

Displaying 2 results from an estimated 2 matches for "have_b64_ntop".

Did you mean: have___b64_ntop
2003 Jan 13
0
SX-6 port of openssh, configure problems
When we were porting OpenSSH on SX, we had similar problem. And when we did #undef HAVE_B64_NTOP in config.h, we faced linking problem as b64_pton() multiply defined, in base64.c and in libc.a. So we modified configure to check both the functions b64_pton() and b64_ntop(). But we gave priority to native function if available. Following are the diffs of three files we changed 1. configure (lin...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...AVE_PROC_PID 1 /* #undef AIX_GETNAMEINFO_HACK */ /* #undef BROKEN_GETGROUPS */ /* #undef BROKEN_LIBIAF */ /* #undef BROKEN_MMAP */ /* #undef BROKEN_SETVBUF */ #define GETPGRP_VOID 1 /* #undef GETSPNAM_CONFLICTING_DEFS */ /* #undef HAVE_ARC4RANDOM */ /* #undef HAVE_ATTRIBUTE__SENTINEL__ */ /* #undef HAVE_B64_NTOP */ /* #undef HAVE_B64_PTON */ #define HAVE_BCOPY 1 /* #undef HAVE_BINDRESVPORT_SA */ /* #undef HAVE_BSM_AUDIT_H */ /* #undef HAVE_BSTRING_H */ #define HAVE_CLOCK 1 /* #undef HAVE_CLOSEFROM */ #define HAVE_CONST_GAI_STRERROR_PROTO 1 #define HAVE_CRYPT_H 1 /* #undef HAVE_DECL_AUTHENTICATE */ #define...