.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "NE_SSL_CERT_CMP" 3 "20 January 2006" "neon 0.25.5" "neon API reference"
.SH NAME
ne_ssl_cert_cmp, ne_ssl_cert_free \- functions to operate on certificate objects
.SH "SYNOPSIS"
.ad l
.hy 0

#include <ne_header\&.h>
.sp
.HP 21
int\ \fBne_ssl_cert_cmp\fR\ (const\ ne_ssl_certificate\ *\fIc1\fR, const\ ne_ssl_certificate\ *\fIc2\fR);
.HP 23
void\ \fBne_ssl_cert_free\fR\ (ne_ssl_certificate\ *\fIcert\fR);
.ad
.hy

.SH "DESCRIPTION"

.PP
The \fBne_ssl_cert_cmp\fR function can be used to compare two certificate objects; it returns zero if they refer to the same certificate, and non\-zero otherwise\&.

.PP
The \fBne_ssl_cert_free\fR function can be used to destroy a certificate object when it is no longer needed\&.

.SH AUTHOR
Joe Orton <neon@webdav\&.org>.
