KRECAPTCHA(3) | OpenBSD Programmer's Manual | KRECAPTCHA(3) |
enum krecaptchae
krecaptcha(const char *privkey, const char *remote, const char *challenge, const char *response);
To link applications with krecaptcha, you'll need to include library “libkrecaptcha” and library “libcurl”.
You should make sure your privkey doesn't hang around: use explicit_bzero(3) or similar to securely nullify its contents.
May 8, 2014 | OpenBSD 5.0 |