.\" Title: ne_ssl_cert_cmp
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.72.0
.\" Date: 14 July 2007
.\" Manual: neon API reference
.\" Source: neon 0.26.4
.\"
.TH "NE_SSL_CERT_CMP" "3" "14 July 2007" "neon 0.26.4" "neon API reference"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
ne_ssl_cert_cmp, ne_ssl_cert_free \- functions to operate on certificate objects
.SH "SYNOPSIS"
.sp
.ft B
.nf
#include
.fi
.ft
.HP 20
.BI "int ne_ssl_cert_cmp(const\ ne_ssl_certificate\ *" "c1" ", const\ ne_ssl_certificate\ *" "c2" ");"
.HP 22
.BI "void ne_ssl_cert_free(ne_ssl_certificate\ *" "cert" ");"
.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"
.PP
\fBJoe Orton\fR <\&neon@webdav.org\&>
.sp -1n
.IP "" 4
Author.
.SH "COPYRIGHT"