summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-08-31 20:30:20 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-08-31 23:18:54 +0100
commit65cbf983ca4f69b8954f949c2edaaa48824481b3 (patch)
tree00e276634405fbab27f99c8879fcf7f2a77cb111 /include
parenta7e974c7be90e2c9673e2ce6215a70f734eb8ad4 (diff)
Add X509_CRL_up_ref function
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index dc96a2bf99..a77f2ba334 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -837,6 +837,7 @@ int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name);
int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm);
int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm);
int X509_CRL_sort(X509_CRL *crl);
+void X509_CRL_up_ref(X509_CRL *crl);
int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
int X509_REVOKED_set_revocationDate(X509_REVOKED *r, ASN1_TIME *tm);