Free a stack of email strings returned by X509_get1_email or X509_REQ_get1_email.

Synopsis

Declared in <openssl/x509v3.h>

void
X509_email_free(stack_st_OPENSSL_STRING* sk);

Parameters

Name

Description

sk

Stack to free, or NULL.

Created with MrDocs