Hi All,
I am in the process of porting dropbear to my own operating system (x86 64 architecture). So far, I am happy with the progress. However, I just discovered that svr-authpasswd.c uses crypt(). I am using newlib as a general C library. I am not being provided with crypt() unfortunately. Is there any general consensus what people do in this case? So far I am just returning "send_msg_userauth_success()" which is .... well not that great. Any input would be greatly appreciated! Thanks, --Martin
