logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ne_ssl_cert_cmp, ne_ssl_cert_free - functions to operate on certificate objects

Description

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

       The ne_ssl_cert_free function can be used to destroy a certificate object when it is no longer needed.

Name

       ne_ssl_cert_cmp, ne_ssl_cert_free - functions to operate on certificate objects

Synopsis

#include<ne_header.h>intne_ssl_cert_cmp(constne_ssl_certificate*c1,constne_ssl_certificate*c2);voidne_ssl_cert_free(ne_ssl_certificate*cert);

See Also