[#OSSL_STORE_SEARCH_get0_serial] = OSSL_STORE_SEARCH_get0_serial :mrdocs: Return the serial number from an issuer‐serial search criterion (borrowed). == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_INTEGER.adoc[ASN1_INTEGER] const* OSSL_STORE_SEARCH_get0_serial(xref:OSSL_STORE_SEARCH.adoc[OSSL_STORE_SEARCH] const* criterion); ---- == Return Value Internal ASN1_INTEGER pointer, or NULL if not applicable; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *criterion* | Search criterion of type OSSL_STORE_SEARCH_BY_ISSUER_SERIAL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#