From 5896a404bcc63085cf0a50d232d2d631a5107228 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 3 Sep 2015 13:36:26 -0500 Subject: Add initial CRL support to KSSLCertificate --- tdeio/kssl/kopenssl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tdeio/kssl/kopenssl.h') diff --git a/tdeio/kssl/kopenssl.h b/tdeio/kssl/kopenssl.h index 59cf7b560..9d0537051 100644 --- a/tdeio/kssl/kopenssl.h +++ b/tdeio/kssl/kopenssl.h @@ -291,6 +291,11 @@ public: */ X509 * d2i_X509(X509 **a,unsigned char **pp,long length); + /* + * d2i_X509 - Covert a text representation of X509 CRL to an X509_CRL object + */ + X509_CRL * d2i_X509_CRL(X509_CRL **a,unsigned char **pp,long length); + /* * i2d_X509 - Covert an X509 object into a text representation -- cgit v1.2.1