www.LinuxHowtos.org
NE_SSL_CERT_CMP
Section: neon API reference (3)Updated: 30 September 2016
Index Return to Main Contents
NAME
ne_ssl_cert_cmp, ne_ssl_cert_free - functions to operate on certificate objectsSYNOPSIS
#include <ne_header.h>
-
int ne_ssl_cert_cmp(const ne_ssl_certificate *c1, const ne_ssl_certificate *c2);
- void ne_ssl_cert_free(ne_ssl_certificate *cert);
DESCRIPTION
The ne_ssl_cert_free function can be used to destroy a certificate object when it is no longer needed.
AUTHOR
Joe Orton <neon@lists.manyfish.co.uk>
- Author.
COPYRIGHT